接口 ConditionalEventListener<E extends Event>
-
- 所有超级接口:
Comparable<Prioritized>,EventListener,EventListener<E>,Prioritized
public interface ConditionalEventListener<E extends Event> extends EventListener<E>
AnEventListenerextending the the conditional feature thatdecidessomeeventis handled or not by current listener.- 从以下版本开始:
- 2.7.5
- 另请参阅:
EventListener
-
-
字段概要
-
从接口继承的字段 org.apache.dubbo.common.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanaccept(E event)Accept the event is handled or not by current listener-
从接口继承的方法 org.apache.dubbo.event.EventListener
getPriority, onEvent
-
从接口继承的方法 org.apache.dubbo.common.lang.Prioritized
compareTo
-
-