Class BaseMethodObserver

    • Field Detail

      • beanName

        protected final String beanName
      • method

        protected final Method method
    • Constructor Detail

      • BaseMethodObserver

        protected BaseMethodObserver​(String beanName,
                                     Method method,
                                     ApplicationContext applicationContext)
        Parameters:
        beanName - the spring bean name that has the executable method
        method - the method to execute when events are received
        applicationContext - spring application context to look up the Spring bean
    • Method Detail

      • getId

        public String getId()
      • getObservedQualifiers

        public Set<Annotation> getObservedQualifiers()
      • isAsync

        public boolean isAsync()