类 EventProcessor
java.lang.Object
com.alibaba.nacos.istio.common.EventProcessor
- 所有已实现的接口:
EventListener,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Component
public class EventProcessor
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
EventProcessor.
- 作者:
- special.fy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidnotify.voidonApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
-
构造器详细资料
-
EventProcessor
public EventProcessor()
-
-
方法详细资料
-
notify
notify.- 参数:
event- event
-
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent) - 指定者:
onApplicationEvent在接口中org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-