Annotation Interface AutoStartupExclude
Used for exclusive filtering of routes to not automatically start with Camel starts.
The pattern support matching by route id or endpoint urls.
Multiple patterns can be specified separated by comma, as example, to exclude all the routes starting from kafka or
jms use: kafka,jms.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe pattern to use for matching route ids or endpoint uris to exclude from auto starting when Camel startup. Multiple patterns can be separated by comma.
-