ISynchronousListener Interface |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
A tag interface indicating that a listener implementation has to receive
the event notifications synchronously on the corresponding service's thread.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic interface ISynchronousListener
Remarks
This interface should be considered as a very advanced feature, as
a listener implementation that is marked as a SynchronousListener
must exercise extreme caution during event processing since any delay
with return or unhandled exception will cause a delay or complete
shutdown of the corresponding service.
See Also