Class DynamicRouterConstants
java.lang.Object
org.apache.camel.component.dynamicrouter.DynamicRouterConstants
Contains constants that are used within this component.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The name for the regex capture group that captures the control channel action.static final String
The name for the regex capture group that captures the channel name.static final String
The component name/scheme for theDynamicRouterEndpoint
.static final String
Name of the control action parameter.static final String
Subscribe control channel action.static final String
Unsubscribe control channel action.static final String
The control channel, where routing participants subscribe and provide their routing rules and endpoint URIs.static final String
Convenient constant for the control channel URI.static final String
The alternate control-channel syntax.static final String
The camel version where this router became dynamic.static final String
The mode for sending an exchange to recipients: send to all matching.static final String
The mode for sending an exchange to recipients: send only to the first match.static final Pattern
Regular expression to parse URI path parameters.static final String
The name for the regex capture group that captures the channel name for the subscription.static final String
Name of the channel parameter.static final String
The syntax, for the auto-generated documentation.static final String
The title, for the auto-generated documentation. -
Method Summary
-
Field Details
-
FIRST_VERSION
The camel version where this router became dynamic.- See Also:
-
COMPONENT_SCHEME
The component name/scheme for theDynamicRouterEndpoint
.- See Also:
-
CONTROL_CHANNEL_NAME
The control channel, where routing participants subscribe and provide their routing rules and endpoint URIs.- See Also:
-
CONTROL_CHANNEL_URI
Convenient constant for the control channel URI.- See Also:
-
TITLE
The title, for the auto-generated documentation.- See Also:
-
MODE_FIRST_MATCH
The mode for sending an exchange to recipients: send only to the first match.- See Also:
-
MODE_ALL_MATCH
The mode for sending an exchange to recipients: send to all matching.- See Also:
-
SYNTAX
The syntax, for the auto-generated documentation.- See Also:
-
CONTROL_ACTION_PARAM
Name of the control action parameter.- See Also:
-
SUBSCRIPTION_CHANNEL_PARAM
Name of the channel parameter.- See Also:
-
CONTROL_SYNTAX
The alternate control-channel syntax.- See Also:
-
CONTROL_ACTION_SUBSCRIBE
Subscribe control channel action.- See Also:
-
CONTROL_ACTION_UNSUBSCRIBE
Unsubscribe control channel action.- See Also:
-
CHANNEL_GROUP
The name for the regex capture group that captures the channel name.- See Also:
-
ACTION_GROUP
The name for the regex capture group that captures the control channel action.- See Also:
-
SUBSCRIBE_GROUP
The name for the regex capture group that captures the channel name for the subscription.- See Also:
-
PATH_PARAMS_PATTERN
Regular expression to parse URI path parameters.
-