| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.node | |
| brainslug.flow.node.event | |
| brainslug.flow.path |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractEventDefinition<?> |
FlowBuilderSupport.startEvent(AbstractEventDefinition<?> event) |
protected AbstractEventDefinition |
FlowBuilderSupport.timerEvent(AbstractEventDefinition event,
StartTimerDefinition startTimerDefinition) |
| Modifier and Type | Method and Description |
|---|---|
FlowPathDefinition |
FlowBuilderSupport.start(AbstractEventDefinition event) |
FlowPathDefinition |
FlowBuilderSupport.start(AbstractEventDefinition event,
StartTimerDefinition startTimerDefinition)
create a start event with the given event,
which will be started every interval with
the duration given in the timer definition.
|
protected AbstractEventDefinition<?> |
FlowBuilderSupport.startEvent(AbstractEventDefinition<?> event) |
protected AbstractEventDefinition |
FlowBuilderSupport.timerEvent(AbstractEventDefinition event,
StartTimerDefinition startTimerDefinition) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventDefinition<Self extends AbstractEventDefinition> |
| Modifier and Type | Method and Description |
|---|---|
Self |
FlowPathDefinition.waitFor(AbstractEventDefinition eventDefinition) |
Copyright © 2015. All rights reserved.