Class ConsumeAnnotationWithImplicitOnGetterBean

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

public class ConsumeAnnotationWithImplicitOnGetterBean extends Object
A bean having a method annotated with @Consume with a fallback endpoint URI getter whose name results from removing on prefix from the @Consume method.
  • Constructor Details

    • ConsumeAnnotationWithImplicitOnGetterBean

      public ConsumeAnnotationWithImplicitOnGetterBean()
  • Method Details

    • onSpecialEvent

      @Consume public String onSpecialEvent(String name)
    • getSpecialEvent

      public String getSpecialEvent()