Class CustomNamedConsumeAnnotationBean


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

      • CustomNamedConsumeAnnotationBean

        public CustomNamedConsumeAnnotationBean()
    • Method Detail

      • consumeAnnotation

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