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

brainslug.flow.execution.async.AsyncTriggerScheduler Maven / Gradle / Ivy

The newest version!
package brainslug.flow.execution.async;

import brainslug.flow.context.BrainslugContext;

public interface AsyncTriggerScheduler {
  void start(BrainslugContext brainslugContext, AsyncTriggerStore asyncTriggerStore, AsyncTriggerSchedulerOptions taskSchedulerOptions);
  void stop();
  void schedule(AsyncTrigger asyncTrigger);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy