Package com.tangosol.net.events
Interface CoherenceLifecycleEvent
-
- All Superinterfaces:
Event<CoherenceLifecycleEvent.Type>
public interface CoherenceLifecycleEvent extends Event<CoherenceLifecycleEvent.Type>
ACoherenceLifecycleEvent
allows subscribers to capture events pertaining to the lifecycle of aCoherence
instance.- Since:
- 20.12
- Author:
- Jonathan Knight 2020.11.10
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CoherenceLifecycleEvent.Type
The emitted event types for aCoherenceLifecycleEvent
.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Coherence
getCoherence()
TheCoherence
instance that this event is associated with.CoherenceDispatcher
getDispatcher()
Return theEventDispatcher
this event was raised by.-
Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor
-
-
-
-
Method Detail
-
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
-
-