Uses of Interface
io.vertx.core.eventbus.DeliveryContext
-
Packages that use DeliveryContext Package Description io.vertx.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> EventBusEventBus. addInboundInterceptor(Handler<DeliveryContext<T>> interceptor)Add an interceptor that will be called whenever a message is received by Vert.x<T> EventBusEventBus. addOutboundInterceptor(Handler<DeliveryContext<T>> interceptor)Add an interceptor that will be called whenever a message is sent from Vert.x<T> EventBusEventBus. removeInboundInterceptor(Handler<DeliveryContext<T>> interceptor)Remove an interceptor that was added byEventBus.addInboundInterceptor(Handler)<T> EventBusEventBus. removeOutboundInterceptor(Handler<DeliveryContext<T>> interceptor)Remove an interceptor that was added byEventBus.addOutboundInterceptor(Handler)
-