Interface PersistenceExecutor
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AbstractAsyncPersistenceExecutor,AsyncPersistenceExecutor
-
Method Summary
-
Method Details
-
execute
<T> CompletableFuture<T> execute(Supplier<T> runnable, io.serverlessworkflow.impl.WorkflowDefinitionData definition) -
execute
CompletableFuture<Void> execute(Runnable runnable, io.serverlessworkflow.impl.WorkflowDefinitionData definition) -
close
default void close()- Specified by:
closein interfaceAutoCloseable
-