![JAR search and dependency download from the Maven repository](/logo.png)
brainslug.flow.execution.async.AsyncFlowStartScheduler Maven / Gradle / Ivy
The newest version!
package brainslug.flow.execution.async;
import brainslug.flow.definition.FlowDefinition;
import brainslug.flow.context.BrainslugContext;
import java.util.Collection;
public interface AsyncFlowStartScheduler {
public void start(SchedulerOptions schedulerOptions, BrainslugContext brainslugContext, Collection definitions);
public void stop();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy