Class AsyncUsingReactiveTransactionOperations<C>

  • Type Parameters:
    C - The connection type
    All Implemented Interfaces:
    AsyncTransactionOperations<C>

    @Internal
    public final class AsyncUsingReactiveTransactionOperations<C>
    extends java.lang.Object
    implements AsyncTransactionOperations<C>
    Implementation of the asynchronous transaction manager using a reactive transaction manager.
    Since:
    3.5.0
    Author:
    Denis Stepanov