程序包 org.apache.dubbo.event
-
接口概要 接口 说明 ConditionalEventListener<E extends Event> AnEventListenerextending the the conditional feature thatdecidessomeeventis handled or not by current listener.EventDispatcher Dubbo EventDispatcherEventListener<E extends Event> TheDubbo EventListener that is based on Java standardEventListenerinterface supports the genericEvent.Listenable<E extends EventListener<?>> Dubbo Event Listenable -
类概要 类 说明 AbstractEventDispatcher The abstractEventDispatcherproviders the common implementation.DirectEventDispatcher DirectEventDispatcherimplementation uses current thread execution modelEvent An event object of Dubbo is based on the Java standardeventGenericEvent<S> GenericDubbo eventGenericEventListener An abstract class ofEventListenerfor Generic events, the sub class could add moreeventhandle methods, rather than only binds theEventListener.onEvent(Event)method that is declared to befinalthe implementation can't override.ParallelEventDispatcher ParallelEventDispatcherimplementation usesJDK common thread pool