Interface TransactionManager<T extends TransactionManager<T>>

Type Parameters:
T - The type of the lowest level child object.
All Known Subinterfaces:
AsyncTransactionCreatorManager, AsyncTransactionExecutorManager, FreeTransactionManager, ReadTransactionManager<T>, WriteTransactionManager<T>

public interface TransactionManager<T extends TransactionManager<T>>
Common API for all legacy SAM transaction managers.
Since:
0.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Process all previously prepared commands.