| Package | Description |
|---|---|
| brainslug.flow.context | |
| 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,
PredicateEvaluator predicateEvaluator,
Registry registry,
FlowExecutor flowExecutor,
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,
DefinitionStore definitionStore,
PropertyStore propertyStore,
ListenerManager listenerManager,
Registry registry,
PredicateEvaluator predicateEvaluator,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerScheduler asyncTriggerScheduler,
CallDefinitionExecutor callDefinitionExecutor) |
TokenOperations(TokenStore tokenStore) |
Copyright © 2015. All rights reserved.