Interface ISynchronousListener
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.dll
Syntax
public 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.