All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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