类 LoggingEventListener
- java.lang.Object
-
- org.apache.dubbo.event.GenericEventListener
-
- org.apache.dubbo.config.event.listener.LoggingEventListener
-
- 所有已实现的接口:
Comparable<Prioritized>,EventListener,Prioritized,EventListener<Event>
public class LoggingEventListener extends GenericEventListener
A listener for logging theDubbo event- 从以下版本开始:
- 2.7.5
- 另请参阅:
ServiceConfigExportedEvent
-
-
字段概要
-
从接口继承的字段 org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
构造器概要
构造器 构造器 说明 LoggingEventListener()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidonEvent(DubboServiceDestroyedEvent event)-
从类继承的方法 org.apache.dubbo.event.GenericEventListener
onEvent
-
从接口继承的方法 org.apache.dubbo.event.EventListener
getPriority
-
从接口继承的方法 org.apache.dubbo.common.lang.Prioritized
compareTo
-
-
-
-
方法详细资料
-
onEvent
public void onEvent(DubboServiceDestroyedEvent event)
-
-