| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.async |
| Modifier and Type | Field and Description |
|---|---|
protected SchedulerOptions |
AbstractBrainslugContextBuilder.asyncFlowStartSchedulerOptions |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withAsyncFlowStartSchedulerOptions(SchedulerOptions asyncFlowStartSchedulerOptions) |
| Constructor and Description |
|---|
DefaultBrainslugContext(AsyncTriggerScheduler asyncTriggerScheduler,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerSchedulerOptions asyncTriggerSchedulerOptions,
AsyncFlowStartScheduler asyncFlowStartScheduler,
SchedulerOptions asyncFlowStartSchedulerOptions,
DefinitionStore definitionStore,
ListenerManager listenerManager,
CallDefinitionExecutor callDefinitionExecutor,
ExpressionEvaluator expressionEvaluator,
Registry registry,
FlowExecutor flowExecutor,
TokenStore tokenStore,
InstanceStore instanceStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
SchedulerOptions<SelfType extends SchedulerOptions> |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncTriggerSchedulerOptions |
| Modifier and Type | Method and Description |
|---|---|
SchedulerOptions |
ExecutorServiceFlowStartScheduler.getSchedulerOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AsyncFlowStartScheduler.start(SchedulerOptions schedulerOptions,
BrainslugContext brainslugContext,
Collection<FlowDefinition> definitions) |
void |
ExecutorServiceFlowStartScheduler.start(SchedulerOptions schedulerOptions,
BrainslugContext brainslugContext,
Collection<FlowDefinition> definitions) |
ExecutorServiceFlowStartScheduler |
ExecutorServiceFlowStartScheduler.withSchedulerOptions(SchedulerOptions schedulerOptions) |
Copyright © 2015. All rights reserved.