Package com.tangosol.net.events
Interface CoherenceDispatcher
-
- All Superinterfaces:
EventDispatcher
public interface CoherenceDispatcher extends EventDispatcher
- Since:
- 20.12
- Author:
- Jonathan Knight 2020.11.10
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.tangosol.net.events.EventDispatcher
EventDispatcher.InterceptorRegistrationEvent<E extends Event<? extends Enum>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Return the name of theCoherence
instance that thisCoherenceDispatcher
is associated with.-
Methods inherited from interface com.tangosol.net.events.EventDispatcher
addEventInterceptor, addEventInterceptor, addEventInterceptor, getSupportedTypes, removeEventInterceptor, removeEventInterceptor
-
-
-
-
Method Detail
-
getName
String getName()
Return the name of theCoherence
instance that thisCoherenceDispatcher
is associated with.- Returns:
- the name of the
Coherence
instance
-
-