| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.async |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncTriggerSchedulerOptions |
AbstractBrainslugContextBuilder.asyncTriggerSchedulerOptions |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withAsyncTriggerSchedulerOptions(AsyncTriggerSchedulerOptions asyncTriggerSchedulerOptions) |
| 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 | Field and Description |
|---|---|
protected AsyncTriggerSchedulerOptions |
AbstractAsyncTriggerScheduler.options |
| Modifier and Type | Method and Description |
|---|---|
AsyncTriggerSchedulerOptions |
AsyncTriggerSchedulerOptions.withMaxTaskCount(long maxTaskCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractAsyncTriggerScheduler.start(BrainslugContext context,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerSchedulerOptions options) |
void |
AsyncTriggerScheduler.start(BrainslugContext brainslugContext,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerSchedulerOptions taskSchedulerOptions) |
Copyright © 2015. All rights reserved.