Interface PersistenceExecutor

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
AbstractAsyncPersistenceExecutor, AsyncPersistenceExecutor

public interface PersistenceExecutor extends AutoCloseable
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    execute(Runnable runnable, io.serverlessworkflow.impl.WorkflowDefinitionData definition)
     
    execute(Supplier<T> runnable, io.serverlessworkflow.impl.WorkflowDefinitionData definition)