public interface ReactiveAfterTransactionCompletionProcess
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<java.lang.Void> |
doAfterTransactionCompletion(boolean success,
ReactiveSession session)
Perform whatever processing is encapsulated here after completion of the transaction.
|
java.util.concurrent.CompletionStage<java.lang.Void> doAfterTransactionCompletion(boolean success,
ReactiveSession session)
success - Did the transaction complete successfully? True means it did.session - The session on which the transaction is completing.