Package org.hibernate.reactive.engine
Interface ReactiveExecutable
- All Superinterfaces:
Executable
,Serializable
An operation that is scheduled for later non-blocking
execution in an
ReactiveActionQueue
. Reactive counterpart
to Executable
.-
Method Summary
Methods inherited from interface org.hibernate.action.spi.Executable
afterDeserialize, beforeExecutions, execute, getAfterTransactionCompletionProcess, getBeforeTransactionCompletionProcess, getPropertySpaces
-
Method Details
-
reactiveExecute
CompletionStage<Void> reactiveExecute()
-