Uses of Interface
io.vertx.core.eventbus.DeliveryContext
-
Packages that use DeliveryContext Package Description io.vertx.core.eventbus io.vertx.reactivex.core.eventbus io.vertx.rxjava3.core.eventbus -
-
Uses of DeliveryContext in io.vertx.core.eventbus
Method parameters in io.vertx.core.eventbus with type arguments of type DeliveryContext Modifier and Type Method 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 byEventBus.addInboundInterceptor(Handler)
<T> EventBus
EventBus. removeOutboundInterceptor(Handler<DeliveryContext<T>> interceptor)
Remove an interceptor that was added byEventBus.addOutboundInterceptor(Handler)
-
Uses of DeliveryContext in io.vertx.reactivex.core.eventbus
Methods in io.vertx.reactivex.core.eventbus that return DeliveryContext Modifier and Type Method Description DeliveryContext
DeliveryContext. getDelegate()
Methods in io.vertx.reactivex.core.eventbus with parameters of type DeliveryContext Modifier and Type Method 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)
Constructors in io.vertx.reactivex.core.eventbus with parameters of type DeliveryContext Constructor Description DeliveryContext(DeliveryContext delegate)
-
Uses of DeliveryContext in io.vertx.rxjava3.core.eventbus
Methods in io.vertx.rxjava3.core.eventbus that return DeliveryContext Modifier and Type Method Description DeliveryContext
DeliveryContext. getDelegate()
Methods in io.vertx.rxjava3.core.eventbus with parameters of type DeliveryContext Modifier and Type Method 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)
Constructors in io.vertx.rxjava3.core.eventbus with parameters of type DeliveryContext Constructor Description DeliveryContext(DeliveryContext delegate)
-