| Enum | Description |
|---|---|
| FilterType |
| Annotation Type | Description |
|---|---|
| AfterEvent |
Marks a method to be called a class when all event processing has completed.
|
| Config |
a simple String based key value pair for configuring an
Injected instance.
|
| ConfigList | |
| ConfigVariable |
Marks a field as providing configuration for an injected instance.
|
| ConfigVariableList | |
| EventHandler | |
| FilterId |
Marks a field as a default filter for all event handlers in that class.
|
| Initialise |
An initialisation method that is invoked by the SEP before event processing.
|
| Inject |
Marks a reference that is to point to a node created by a NodeFactory
|
| NoEventReference |
Marks a member that is part of the node set in the SEP as a reference only.
|
| OnBatchEnd |
Marks a method to be invoked by the SEP when a batch ends.
|
| OnBatchPause |
Marks a method to be invoked by the SEP when a batch is paused and more messages are expected.
|
| OnEvent |
Marks a method to be called when all of its dependent nodes on the execution
path have processed the event.
|
| OnEventComplete |
This is the inverse of OnEvent behaviour.
|
| OnParentUpdate |
Marks a method to be called in a class when a parent node has processed an
event.
|
| PushReference |
Marks a member that is part of the node set in the SEP as a push reference.
|
| TearDown |
A finalisation method that is invoked by the SEP after all event processing.
|
Copyright © 2019. All rights reserved.