Package | Description |
---|---|
io.vertx.reactivex.core.eventbus |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<DeliveryContext> |
DeliveryContext.__TYPE_ARG |
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) |
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(io.vertx.core.Handler<io.vertx.reactivex.core.eventbus.DeliveryContext<T>>) |
<T> EventBus |
EventBus.removeOutboundInterceptor(Handler<DeliveryContext<T>> interceptor)
Remove an interceptor that was added by
EventBus.addOutboundInterceptor(io.vertx.core.Handler<io.vertx.reactivex.core.eventbus.DeliveryContext<T>>) |
Copyright © 2023 Eclipse. All rights reserved.