public interface ReactiveBeforeTransactionCompletionProcess
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
doBeforeTransactionCompletion(ReactiveSession session)
Perform whatever processing is encapsulated here before completion of the transaction.
|
CompletionStage<Void> doBeforeTransactionCompletion(ReactiveSession session)
session - The session on which the transaction is preparing to complete.Copyright © 2020-2022 Red Hat, Inc. All Rights Reserved.