| 接口 | 说明 |
|---|---|
| ConditionalEventListener<E extends Event> |
An
EventListener extending the the conditional feature that decides some
event is handled or not by current listener. |
| EventDispatcher |
Dubbo Event Dispatcher |
| EventListener<E extends Event> |
The
Dubbo Event Listener that is based on Java standard EventListener interface supports
the generic Event. |
| Listenable<E extends EventListener<?>> |
Dubbo Event Listenable
|
| 类 | 说明 |
|---|---|
| AbstractEventDispatcher |
The abstract
EventDispatcher providers the common implementation. |
| DirectEventDispatcher |
Direct
EventDispatcher implementation uses current thread execution model |
| Event |
An event object of Dubbo is based on the Java standard
event |
| GenericEvent<S> |
Generic
Dubbo event |
| GenericEventListener |
An abstract class of
EventListener for Generic events, the sub class could add more event
handle methods, rather than only binds the EventListener.onEvent(Event) method that is declared to be
final the implementation can't override. |
| ParallelEventDispatcher |
Parallel
EventDispatcher implementation uses JDK common thread pool |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.