| Package | Description |
|---|---|
| org.apache.dubbo.common.threadpool.event | |
| org.apache.dubbo.config.event | |
| org.apache.dubbo.event | |
| org.apache.dubbo.registry.client.event |
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadPoolExhaustedEvent
An
Dubbo event when the Dubbo thread pool is exhausted. |
| Modifier and Type | Class and Description |
|---|---|
class |
DubboServiceDestroyedEvent
An
Dubbo event when the Dubbo service is about to be destroyed. |
class |
DubboShutdownHookRegisteredEvent
|
class |
DubboShutdownHookUnregisteredEvent
|
class |
ReferenceConfigDestroyedEvent
The
Dubbo service ReferenceConfig destroyed event |
class |
ReferenceConfigInitializedEvent
The
Dubbo service ReferenceConfig initialized event |
class |
ServiceConfigExportedEvent
ServiceConfig event post-export |
class |
ServiceConfigUnexportedEvent
ServiceConfig event post-unexport |
| 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 |
EventDispatcher.dispatch(Event event)
Dispatch a Dubbo event to the registered
Dubbo event listeners |
void |
AbstractEventDispatcher.dispatch(Event event) |
void |
GenericEventListener.onEvent(Event event) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.