Class ConsumeAnnotationWithImplicitGetterBean

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

public class ConsumeAnnotationWithImplicitGetterBean extends Object
A bean having a method annotated with @Consume with an implicit endpoint URI getter.
  • Constructor Details

    • ConsumeAnnotationWithImplicitGetterBean

      public ConsumeAnnotationWithImplicitGetterBean()
  • Method Details

    • specialEvent

      @Consume public String specialEvent(String name)
    • getSpecialEvent

      public String getSpecialEvent()