| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.token | |
| brainslug.flow.listener |
| Modifier and Type | Field and Description |
|---|---|
protected ListenerManager |
AbstractBrainslugContextBuilder.listenerManager |
| Modifier and Type | Method and Description |
|---|---|
ListenerManager |
DefaultBrainslugContext.getListenerManager() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withListenerManager(ListenerManager listenerManager) |
| 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 | Field and Description |
|---|---|
protected ListenerManager |
TokenFlowExecutor.listenerManager |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenFlowExecutor.setListenerManager(ListenerManager listenerManager) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultListenerManager |
Copyright © 2015. All rights reserved.