| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.instance | |
| brainslug.flow.execution.token |
| Modifier and Type | Field and Description |
|---|---|
protected TokenStore |
AbstractBrainslugContextBuilder.tokenStore |
| Modifier and Type | Method and Description |
|---|---|
TokenStore |
DefaultBrainslugContext.getTokenStore() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withTokenStore(TokenStore tokenStore) |
| 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) |
| Constructor and Description |
|---|
DefaultFlowInstance(Identifier<?> id,
Identifier<?> definitionId,
PropertyStore propertyStore,
TokenStore tokenStore) |
HashMapInstanceStore(IdGenerator idGenerator,
PropertyStore propertyStore,
TokenStore tokenStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTokenStore |
class |
HashMapTokenStore |
| Modifier and Type | Field and Description |
|---|---|
protected TokenStore |
TokenFlowExecutor.tokenStore |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenFlowExecutor.setTokenStore(TokenStore tokenStore) |
| 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) |
TokenOperations(TokenStore tokenStore) |
Copyright © 2015. All rights reserved.