Interface TransactionEvent

All Superinterfaces:
Event<TransactionEvent.Type>, Event<TransactionEvent.Type>, Iterable<BinaryEntry>

public interface TransactionEvent extends Event<TransactionEvent.Type>, Iterable<BinaryEntry>
A TransactionEvent captures information pertaining to all mutations performed within the context of a single request. All modified entries are passed to the interceptor(s) of this event. All entries are bound to the same PartitionedService, but may belong to different caches.
Since:
Coherence 12.1.2
Author:
rhl/hr/gg 2012.09.21