-
channel
String channel
The channel of the Dynamic Router.
-
endpoint
String endpoint
The endpoint to send the exchange if the predicate evaluates to true.
-
id
String id
The ID of the subscription, which must be provided for all message types.
-
messageType
DynamicRouterControlMessage.ControlMessageType messageType
The type of control message.
-
predicate
org.apache.camel.Predicate predicate
The rule expression to determine if an exchange should be sent to the endpoint.
- See Also:
-
-
priority
int priority
The priority level of this subscription, where a lower number indicates higher priority.