类 EventListenerMethodProcessor

java.lang.Object
cn.taketoday.context.event.EventListenerMethodProcessor
所有已实现的接口:
Aware, BeanFactoryPostProcessor, SmartInitializingSingleton, ApplicationContextAware

public class EventListenerMethodProcessor extends Object implements BeanFactoryPostProcessor, SmartInitializingSingleton, ApplicationContextAware
Process @EventListener annotated on a method

Registers EventListener methods as individual ApplicationListener instances. Implements BeanFactoryPostProcessor primarily for early retrieval, avoiding AOP checks for this processor bean and its EventListenerFactory delegates.

作者:
TODAY 2021/3/17 12:35
另请参阅: