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 thePartitionedServiceDispatcherthis event was raised by.default PartitionedServiceReturn thePartitionedServicethis event was raised from.Methods inherited from interface com.tangosol.net.events.Event
getType, nextInterceptor
-
Method Details
-
getDispatcher
PartitionedServiceDispatcher getDispatcher()Return thePartitionedServiceDispatcherthis event was raised by.- Specified by:
getDispatcherin interfaceEvent<T extends Enum<T>>- Returns:
- the
PartitionedServiceDispatcherthis event was raised by
-
getService
Return thePartitionedServicethis event was raised from.- Returns:
- the
PartitionedServicethis event was raised from
-