Class ComposableTransactionWriter

java.lang.Object
org.springframework.data.gemfire.transaction.event.ComposableTransactionWriter
All Implemented Interfaces:
CacheCallback, Declarable, TransactionWriter

public class ComposableTransactionWriter extends Object implements TransactionWriter
An implementation of Apache Geode's TransactionWriter interface that uses the Composite Software Design Pattern to compose multiple TransactionWriter objects into a single instance.
Since:
2.3.0
Author:
John Blum
See Also: