Class CustomNamedConsumeAnnotationBean

java.lang.Object
org.apache.camel.quarkus.component.bean.consume.CustomNamedConsumeAnnotationBean

@Named("myCustomNamedConsumeAnnotation") public class CustomNamedConsumeAnnotationBean extends Object
A @Named bean a specific name having a method annotated with @Consume
  • Constructor Details

    • CustomNamedConsumeAnnotationBean

      public CustomNamedConsumeAnnotationBean()
  • Method Details

    • consumeAnnotation

      @Consume("direct:customNamedConsumeAnnotation") public String consumeAnnotation(String name)