| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.async | |
| brainslug.flow.execution.node | |
| brainslug.flow.execution.token |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncTriggerScheduler |
AbstractBrainslugContextBuilder.asyncTriggerScheduler |
| Modifier and Type | Method and Description |
|---|---|
AsyncTriggerScheduler |
DefaultBrainslugContext.getAsyncTriggerScheduler() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withAsyncTriggerScheduler(AsyncTriggerScheduler asyncTriggerScheduler) |
| 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 |
AbstractAsyncTriggerScheduler |
class |
ExecutorServiceAsyncTriggerScheduler |
| Constructor and Description |
|---|
TaskNodeExecutor(DefinitionStore definitionStore,
ExpressionEvaluator expressionEvaluator,
CallDefinitionExecutor callDefinitionExecutor,
AsyncTriggerScheduler asyncTriggerScheduler,
ScriptExecutor scriptExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncTriggerScheduler |
TokenFlowExecutor.asyncTriggerScheduler |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenFlowExecutor.setAsyncTriggerScheduler(AsyncTriggerScheduler asyncTriggerScheduler) |
| Constructor and Description |
|---|
TokenFlowExecutor(TokenStore tokenStore,
InstanceStore instanceStore,
DefinitionStore definitionStore,
PropertyStore propertyStore,
ListenerManager listenerManager,
Registry registry,
ExpressionEvaluator expressionEvaluator,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerScheduler asyncTriggerScheduler,
CallDefinitionExecutor callDefinitionExecutor,
ScriptExecutor scriptExecutor) |
Copyright © 2015. All rights reserved.