Package com.tangosol.net.events
Interface CoherenceLifecycleEvent
- All Superinterfaces:
Event<CoherenceLifecycleEvent.Type>
A
CoherenceLifecycleEvent
allows subscribers
to capture events pertaining to the lifecycle of
a Coherence
instance.- Since:
- 20.12
- Author:
- Jonathan Knight 2020.11.10
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The emitted event types for aCoherenceLifecycleEvent
. -
Method Summary
Modifier and TypeMethodDescriptionTheCoherence
instance that this event is associated with.Return theEventDispatcher
this event was raised by.Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor
-
Method Details
-
getCoherence
Coherence getCoherence()TheCoherence
instance that this event is associated with.- Returns:
- the
Coherence
instance that this event is associated with
-
getDispatcher
CoherenceDispatcher getDispatcher()Description copied from interface:Event
Return theEventDispatcher
this event was raised by.- Specified by:
getDispatcher
in interfaceEvent<CoherenceLifecycleEvent.Type>
- Returns:
- the EventDispatcher this event was raised by
-