Class 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 Detail

      • ConsumeAnnotationWithImplicitOnGetterBean

        public ConsumeAnnotationWithImplicitOnGetterBean()
    • Method Detail

      • onSpecialEvent

        @Consume
        public String onSpecialEvent​(String name)
      • getSpecialEvent

        public String getSpecialEvent()