Class EventListenerMethodProcessor

java.lang.Object
org.springframework.context.event.EventListenerMethodProcessor
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.SmartInitializingSingleton, ApplicationContextAware

public class EventListenerMethodProcessor extends Object implements org.springframework.beans.factory.SmartInitializingSingleton, ApplicationContextAware, org.springframework.beans.factory.config.BeanFactoryPostProcessor
Registers EventListener methods as individual ApplicationListener instances. Implements BeanFactoryPostProcessor (as of 5.1) primarily for early retrieval, avoiding AOP checks for this processor bean and its EventListenerFactory delegates.
Since:
4.2
Author:
Stephane Nicoll, Juergen Hoeller, Sebastien Deleuze
See Also:
  • Field Details

    • logger

      protected final org.apache.commons.logging.Log logger
  • Constructor Details

    • EventListenerMethodProcessor

      public EventListenerMethodProcessor()
  • Method Details