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

brainslug.flow.context.BrainslugContextBuilder Maven / Gradle / Ivy

The newest version!
package brainslug.flow.context;

public class BrainslugContextBuilder extends AbstractBrainslugContextBuilder {
  @Override
  protected DefaultBrainslugContext internalBuild() {
    return new DefaultBrainslugContext(asyncTriggerScheduler,
      asyncTriggerStore,
      asyncTriggerSchedulerOptions,
      asyncFlowStartScheduler,
      asyncFlowStartSchedulerOptions,
      definitionStore,
      listenerManager,
      callDefinitionExecutor,
      expressionEvaluator,
      registry,
      flowExecutor,
      tokenStore,
      instanceStore);
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy