| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution | |
| brainslug.flow.execution.token |
| Modifier and Type | Field and Description |
|---|---|
protected DefinitionStore |
AbstractBrainslugContextBuilder.definitionStore |
| Modifier and Type | Method and Description |
|---|---|
DefinitionStore |
DefaultBrainslugContext.getDefinitionStore() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withDefinitionStore(DefinitionStore definitionStore) |
| 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 |
HashMapDefinitionStore |
| Modifier and Type | Field and Description |
|---|---|
protected DefinitionStore |
TokenFlowExecutor.definitionStore |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenFlowExecutor.setDefinitionStore(DefinitionStore definitionStore) |
| Constructor and Description |
|---|
TaskNodeExecutor(DefinitionStore definitionStore,
PredicateEvaluator predicateEvaluator,
CallDefinitionExecutor callDefinitionExecutor,
AsyncTriggerScheduler asyncTriggerScheduler) |
TokenFlowExecutor(TokenStore tokenStore,
DefinitionStore definitionStore,
PropertyStore propertyStore,
ListenerManager listenerManager,
Registry registry,
PredicateEvaluator predicateEvaluator,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerScheduler asyncTriggerScheduler,
CallDefinitionExecutor callDefinitionExecutor) |
Copyright © 2014. All rights reserved.