| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.instance | |
| brainslug.flow.execution.token |
| Modifier and Type | Field and Description |
|---|---|
protected InstanceStore |
AbstractBrainslugContextBuilder.instanceStore |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withInstanceStore(InstanceStore instanceStore) |
| 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 |
AbstractInstanceStore |
class |
HashMapInstanceStore |
| Modifier and Type | Field and Description |
|---|---|
protected InstanceStore |
TokenFlowExecutor.instanceStore |
| 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.