Class MediatorBuildItem


  • public final class MediatorBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Represents a method annotated with @Incoming or / and Outgoing.
    • Constructor Detail

      • MediatorBuildItem

        public MediatorBuildItem​(io.quarkus.arc.processor.BeanInfo bean,
                                 org.jboss.jandex.MethodInfo method)
    • Method Detail

      • getBean

        public io.quarkus.arc.processor.BeanInfo getBean()
      • getMethod

        public org.jboss.jandex.MethodInfo getMethod()