Interface ReactiveBeforeTransactionCompletionProcess

    • Method Detail

      • doBeforeTransactionCompletion

        java.util.concurrent.CompletionStage<java.lang.Void> doBeforeTransactionCompletion​(ReactiveSession session)
        Perform whatever processing is encapsulated here before completion of the transaction.
        Parameters:
        session - The session on which the transaction is preparing to complete.