Class ConsumeAnnotationWithImplicitEndpointGetterBean

java.lang.Object
org.apache.camel.quarkus.component.bean.consume.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 Details

    • directEndpoint

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

    • ConsumeAnnotationWithImplicitEndpointGetterBean

      public ConsumeAnnotationWithImplicitEndpointGetterBean()
  • Method Details

    • specialEvent

      @Consume public String specialEvent(String name)
    • getSpecialEventEndpoint

      public org.apache.camel.Endpoint getSpecialEventEndpoint()