Interface Event<T extends Enum<T>>
- Type Parameters:
T
- the type of event
- All Superinterfaces:
Event<T>
- All Known Subinterfaces:
TransactionEvent
,TransferEvent
,TransferEvent.RecoveryTransferEvent
,UnsolicitedCommitEvent
A PartitionedServiceEvent captures information concerning an operation on
a PartitionedService. Sub interfaces provide more context on the event.
- Since:
- Coherence 12.1.2
-
Method Summary
Modifier and TypeMethodDescriptionReturn thePartitionedServiceDispatcher
this event was raised by.default PartitionedService
Return thePartitionedService
this event was raised from.Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor
-
Method Details
-
getDispatcher
PartitionedServiceDispatcher getDispatcher()Return thePartitionedServiceDispatcher
this event was raised by.- Specified by:
getDispatcher
in interfaceEvent<T extends Enum<T>>
- Returns:
- the
PartitionedServiceDispatcher
this event was raised by
-
getService
Return thePartitionedService
this event was raised from.- Returns:
- the
PartitionedService
this event was raised from
-