Class TransactionalStoreInterceptor

All Implemented Interfaces:
Visitor, AsyncInterceptor

public class TransactionalStoreInterceptor extends DDAsyncInterceptor
An interceptor which ensures that writes to an underlying transactional store are prepared->committed/rolledback as part of the 2PC, therefore ensuring that the cache and transactional store(s) remain consistent.
Since:
9.0
Author:
Ryan Emerson