Package com.tangosol.net.events
Interface CoherenceDispatcher
- All Superinterfaces:
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
Modifier and TypeMethodDescriptiongetName()
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 Details
-
getName
String getName()Return the name of theCoherence
instance that thisCoherenceDispatcher
is associated with.- Returns:
- the name of the
Coherence
instance
-