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
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe emitted event types for aCoherenceLifecycleEvent. -
Method Summary
Modifier and TypeMethodDescriptionTheCoherenceinstance that this event is associated with.Return theEventDispatcherthis event was raised by.Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor
-
Method Details
-
getCoherence
Coherence getCoherence()TheCoherenceinstance that this event is associated with.- Returns:
- the
Coherenceinstance that this event is associated with
-
getDispatcher
CoherenceDispatcher getDispatcher()Description copied from interface:EventReturn theEventDispatcherthis event was raised by.- Specified by:
getDispatcherin interfaceEvent<CoherenceLifecycleEvent.Type>- Returns:
- the EventDispatcher this event was raised by
-