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