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

brainslug.flow.execution.AsyncTaskScheduler Maven / Gradle / Ivy

There is a newer version: 0.21
Show newest version
package brainslug.flow.execution;

import brainslug.flow.context.ContextAware;
import brainslug.flow.model.Identifier;

public interface AsyncTaskScheduler extends ContextAware {
  public void scheduleTask(Identifier taskNodeId, Identifier sourceNodeId, Identifier instanceId, Identifier definitionId);
  public void start();
  public void stop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy