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

public interface Event<T extends Enum<T>> extends Event<T>
A PartitionedServiceEvent captures information concerning an operation on a PartitionedService. Sub interfaces provide more context on the event.
Since:
Coherence 12.1.2