org.apache.camel.cdi

Annotation Type Uri

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element and Description
      String value
      Returns the Camel URI of the endpoint
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element and Description
      String context
      Returns the name of the CamelContext to use to resolve the endpoint for this URI
    • Element Detail

      • value

        public abstract String value
        Returns the Camel URI of the endpoint
      • context

        public abstract String context
        Returns the name of the CamelContext to use to resolve the endpoint for this URI
        Default:
        ""

Apache Camel