See: Description
| Interface | Description |
|---|---|
| FlowExecutionListenerCriteria |
Strategy interface that determines if a flow execution listener should attach to executions of a specific flow
definition.
|
| FlowExecutionListenerLoader |
A strategy interface for loading the set of FlowExecutionListener's that should apply to executions of a given flow
definition.
|
| Class | Description |
|---|---|
| ConditionalFlowExecutionListenerLoader |
A flow execution listener loader that stores listeners in a list-backed data structure and allows for configuration
of which listeners should apply to which flow definitions.
|
| FlowExecutionListenerCriteriaFactory |
Static factory for creating commonly used flow execution listener criteria.
|
| StaticFlowExecutionListenerLoader |
A simple flow execution listener loader that simply returns a static listener array on each invocation.
|