See: Description
| Interface | Description | 
|---|---|
| Event<T extends Enum<T>> | 
 A PartitionedServiceEvent captures information concerning an operation on a PartitionedService. 
 | 
| PartitionedServiceDispatcher | 
 A PartitionedServiceDispatcher dispatches  
Events from a PartitionedService. | 
| TransactionEvent | 
 A TransactionEvent captures information pertaining to all mutations performed within the context of a single request. 
 | 
| TransferEvent | 
 A TransferEvent captures information concerning the transfer of a partition for a storage enabled member. 
 | 
| TransferEvent.RecoveryTransferEvent | 
 A RecoveryTransferEvent is raised due to the recovery of a partition from a persistent store. 
 | 
| UnsolicitedCommitEvent | 
 An UnsolicitedCommitEvent captures changes pertaining to all observed mutations performed against caches that were not directly caused (solicited) by the partitioned service. 
 | 
| Enum | Description | 
|---|---|
| TransactionEvent.Type | 
 The TransactionEvent types. 
 | 
| TransferEvent.Type | 
 The  
TransferEvent types. | 
| UnsolicitedCommitEvent.Type | 
 The UnsolicitedCommitEvent types. 
 |