| Package | Description |
|---|---|
| org.apache.dubbo.common.threadpool.event | |
| org.apache.dubbo.event |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadPoolExhaustedEvent
An
Dubbo event when the Dubbo thread pool is exhausted. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConditionalEventListener<E extends Event>
An
EventListener extending the the conditional feature that decides some
event is handled or not by current listener. |
interface |
EventListener<E extends Event>
The
Dubbo Event Listener that is based on Java standard EventListener interface supports
the generic Event. |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericEvent<S>
Generic
Dubbo event |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Event> |
EventListener.findEventType(Class<?> listenerClass)
|
static Class<? extends Event> |
EventListener.findEventType(EventListener<?> listener)
|
static Class<? extends Event> |
EventListener.findEventType(ParameterizedType parameterizedType)
Find the type
Dubbo event from the specified ParameterizedType presents
a class of Dubbo event listener |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractEventDispatcher.dispatch(Event event) |
void |
EventDispatcher.dispatch(Event event)
Dispatch a Dubbo event to the registered
Dubbo event listeners |
void |
GenericEventListener.onEvent(Event event) |
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.