Package org.hibernate.reactive.engine
Interface ReactiveExecutable
-
- All Superinterfaces:
Executable
,Serializable
public interface ReactiveExecutable extends Executable, Serializable
An operation that is scheduled for later non-blocking execution in anReactiveActionQueue
. Reactive counterpart toExecutable
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
reactiveExecute()
-
Methods inherited from interface org.hibernate.action.spi.Executable
afterDeserialize, beforeExecutions, execute, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getPropertySpaces
-
-
-
-
Method Detail
-
reactiveExecute
CompletionStage<Void> reactiveExecute()
-
-