Class ConsumeAnnotationWithExplicitPropertyBean

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

public class ConsumeAnnotationWithExplicitPropertyBean extends Object
A bean having a method annotated with @Consume with an explicit Consume.property() value.
  • Constructor Details

    • ConsumeAnnotationWithExplicitPropertyBean

      public ConsumeAnnotationWithExplicitPropertyBean()
  • Method Details

    • consumeAnnotation

      @Consume(property="myEndpoint") public String consumeAnnotation(String name)
    • getMyEndpoint

      public String getMyEndpoint()