| Annotation Type | Description |
|---|---|
| Execution |
Allows to specify the
ExecutionType of the annotated component. |
| OnError |
Used to indicate that an annotated method should be executed when a generated
event was processed by the owning flow but an error was thrown.
|
| OnSuccess |
Used to indicate that an Source's method should be executed when a generated
event is successfully processed by the owning flow.
|
| OnTerminate |
Used to indicate that an annotated method should be executed when a
generated event was processed by the owning flow, doesn't taking in
account if the processing finished successfully or not.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.