| Package | Description | 
|---|---|
| io.vertx.core.eventbus | |
| io.vertx.reactivex.core.eventbus | |
| io.vertx.rxjava.core.eventbus | |
| io.vertx.rxjava3.core.eventbus | 
| Modifier and Type | Method and Description | 
|---|---|
<T> EventBus | 
EventBus.addInboundInterceptor(Handler<DeliveryContext<T>> interceptor)
Add an interceptor that will be called whenever a message is received by Vert.x 
 | 
<T> EventBus | 
EventBus.addOutboundInterceptor(Handler<DeliveryContext<T>> interceptor)
Add an interceptor that will be called whenever a message is sent from Vert.x 
 | 
<T> EventBus | 
EventBus.removeInboundInterceptor(Handler<DeliveryContext<T>> interceptor)
Remove an interceptor that was added by  
EventBus.addInboundInterceptor(Handler) | 
<T> EventBus | 
EventBus.removeOutboundInterceptor(Handler<DeliveryContext<T>> interceptor)
Remove an interceptor that was added by  
EventBus.addOutboundInterceptor(Handler) | 
| Modifier and Type | Method and Description | 
|---|---|
DeliveryContext | 
DeliveryContext.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> DeliveryContext<T> | 
DeliveryContext.newInstance(DeliveryContext arg)  | 
static <T> DeliveryContext<T> | 
DeliveryContext.newInstance(DeliveryContext arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Constructor and Description | 
|---|
DeliveryContext(DeliveryContext delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeliveryContext | 
DeliveryContext.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> DeliveryContext<T> | 
DeliveryContext.newInstance(DeliveryContext arg)  | 
static <T> DeliveryContext<T> | 
DeliveryContext.newInstance(DeliveryContext arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Constructor and Description | 
|---|
DeliveryContext(DeliveryContext delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
DeliveryContext | 
DeliveryContext.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> DeliveryContext<T> | 
DeliveryContext.newInstance(DeliveryContext arg)  | 
static <T> DeliveryContext<T> | 
DeliveryContext.newInstance(DeliveryContext arg,
           io.vertx.lang.rx.TypeArg<T> __typeArg_T)  | 
| Constructor and Description | 
|---|
DeliveryContext(DeliveryContext delegate)  | 
Copyright © 2022 Eclipse. All rights reserved.