| Annotation Type | Description |
|---|---|
| BackPressure |
Allows the customization of a
Source available and default BackPressureMode. |
| EmitsResponse |
Indicates that the annotated
Source supports emitting responses
back to the client once a generated message is processed (either correctly
or incorrectly). |
| OnBackPressure |
Used to indicate that an annotated method in a
Source should be executed when the runtime applies back pressure
on a message generated by the owning source. |
| PrimaryNodeOnly |
Indicates that the annotated
Source should only run on the primary node, when running in cluster mode. |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.