Annotation Interface AutoStartupExclude


@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @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
    Modifier and Type
    Required Element
    Description
    The pattern to use for matching route ids or endpoint uris to exclude from auto starting when Camel startup.
  • Element Details

    • value

      String value
      The 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.