| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.async | |
| brainslug.flow.execution.node | |
| 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,
ExpressionEvaluator expressionEvaluator,
Registry registry,
FlowExecutor flowExecutor,
TokenStore tokenStore,
InstanceStore instanceStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListTriggerStore |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncTriggerStore |
AbstractAsyncTriggerScheduler.asyncTriggerStore |
| Modifier and Type | Method and Description |
|---|---|
AsyncTriggerExecutionResult |
AsyncTriggerExecutor.execute(AsyncTrigger asyncTrigger,
RetryStrategy retryStrategy,
BrainslugContext context,
AsyncTriggerStore asyncTriggerStore) |
protected void |
AsyncTriggerExecutor.removeTrigger(AsyncTrigger asyncTrigger,
AsyncTriggerStore asyncTriggerStore) |
protected void |
AsyncTriggerExecutor.setErrorDetailsAndRetry(AsyncTrigger asyncTrigger,
AsyncTriggerExecutionResult execution,
RetryStrategy retryStrategy,
AsyncTriggerStore asyncTriggerStore) |
void |
AbstractAsyncTriggerScheduler.start(BrainslugContext context,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerSchedulerOptions options) |
void |
AsyncTriggerScheduler.start(BrainslugContext brainslugContext,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerSchedulerOptions taskSchedulerOptions) |
| Constructor and Description |
|---|
ExecuteTaskCallable(BrainslugContext context,
AsyncTrigger asyncTrigger,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerExecutor asyncTriggerExecutor,
RetryStrategy retryStrategy) |
| Constructor and Description |
|---|
EventNodeExecutor(AsyncTriggerStore asyncTriggerStore,
ExpressionEvaluator expressionEvaluator) |
| Modifier and Type | Field and Description |
|---|---|
protected AsyncTriggerStore |
TokenFlowExecutor.asyncTriggerStore |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenFlowExecutor.setAsyncTriggerStore(AsyncTriggerStore asyncTriggerStore) |
| 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) |
Copyright © 2015. All rights reserved.