Class | Description |
---|---|
EnableJob<EventAtom> | |
ErrorLoggingJob<EventAtom> |
Composite job for logging any errors that happen in the execution of the composed job.
|
SequentialProcessorsJob<Match extends IPatternMatch> |
Sequentially executes a list of match processors in a stateless manner.
|
StatelessJob<Match extends IPatternMatch> |
This class represents a
Job that uses an Consumer
on the match of the activation when executed. |