类的使用
org.apache.dubbo.event.Event
-
使用Event的程序包 程序包 说明 org.apache.dubbo.common.threadpool.event org.apache.dubbo.event -
-
org.apache.dubbo.common.threadpool.event中Event的使用
org.apache.dubbo.common.threadpool.event中Event的子类 修饰符和类型 类 说明 classThreadPoolExhaustedEventAnDubbo eventwhen the Dubbo thread pool is exhausted. -
org.apache.dubbo.event中Event的使用
类型参数类型为Event的org.apache.dubbo.event中的类 修饰符和类型 接口 说明 interfaceConditionalEventListener<E extends Event>AnEventListenerextending the the conditional feature thatdecidessomeeventis handled or not by current listener.interfaceEventListener<E extends Event>TheDubbo EventListener that is based on Java standardEventListenerinterface supports the genericEvent.org.apache.dubbo.event中Event的子类 修饰符和类型 类 说明 classGenericEvent<S>GenericDubbo event返回变量类型为Event的类型的org.apache.dubbo.event中的方法 修饰符和类型 方法 说明 static Class<? extends Event>EventListener. findEventType(Class<?> listenerClass)static Class<? extends Event>EventListener. findEventType(ParameterizedType parameterizedType)Find the typeDubbo eventfrom the specifiedParameterizedTypepresents a class ofDubbo event listenerstatic Class<? extends Event>EventListener. findEventType(EventListener<?> listener)参数类型为Event的org.apache.dubbo.event中的方法 修饰符和类型 方法 说明 voidAbstractEventDispatcher. dispatch(Event event)voidEventDispatcher. dispatch(Event event)Dispatch a Dubbo event to the registeredDubbo event listenersvoidGenericEventListener. onEvent(Event event)
-