| Enum | Description |
|---|---|
| SourceClusterSupport |
Describes the operation modes that a
Source can have when running in cluster mode. |
| Annotation Type | Description |
|---|---|
| BackPressure |
Allows the customization of a
Source available and default BackPressureMode. |
| ClusterSupport |
Indicates the
SourceClusterSupport that a Source should have when running in cluster mode. |
| 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. |
Copyright © 2020 MuleSoft, Inc.. All rights reserved.