Class ConsumeAnnotationWithImplicitEndpointGetterBean


  • @ApplicationScoped
    public class ConsumeAnnotationWithImplicitEndpointGetterBean
    extends Object
    A bean having a method annotated with @Consume with a fallback endpoint URI getter whose name ends with Endpoint and whose return type is Endpoint.
    • Field Detail

      • directEndpoint

        @EndpointInject("direct:consumeAnnotationWithImplicitEndpointGetter")
        org.apache.camel.component.direct.DirectEndpoint directEndpoint
    • Constructor Detail

      • ConsumeAnnotationWithImplicitEndpointGetterBean

        public ConsumeAnnotationWithImplicitEndpointGetterBean()
    • Method Detail

      • specialEvent

        @Consume
        public String specialEvent​(String name)
      • getSpecialEventEndpoint

        public org.apache.camel.Endpoint getSpecialEventEndpoint()