Uses of Class
io.vertx.mutiny.core.eventbus.DeliveryContext
Packages that use DeliveryContext
-
Uses of DeliveryContext in io.vertx.mutiny.core.eventbus
Fields in io.vertx.mutiny.core.eventbus with type parameters of type DeliveryContextModifier and TypeFieldDescriptionstatic final TypeArg<DeliveryContext>DeliveryContext.__TYPE_ARGMethods in io.vertx.mutiny.core.eventbus that return DeliveryContextModifier and TypeMethodDescriptionstatic <T> DeliveryContext<T>DeliveryContext.newInstance(io.vertx.core.eventbus.DeliveryContext<T> delegate) Creates a new instance of theDeliveryContext.static <T> DeliveryContext<T>DeliveryContext.newInstance(io.vertx.core.eventbus.DeliveryContext<T> delegate, TypeArg<T> typeArg_0) Creates a new instance of theDeliveryContext.Method parameters in io.vertx.mutiny.core.eventbus with type arguments of type DeliveryContextModifier and TypeMethodDescription<T> EventBusEventBus.addInboundInterceptor(Consumer<DeliveryContext<T>> interceptor) Add an interceptor that will be called whenever a message is received by Vert.x<T> EventBusEventBus.addOutboundInterceptor(Consumer<DeliveryContext<T>> interceptor) Add an interceptor that will be called whenever a message is sent from Vert.x<T> EventBusEventBus.removeInboundInterceptor(Consumer<DeliveryContext<T>> interceptor) Remove an interceptor that was added by#addInboundInterceptor(Handler)<T> EventBusEventBus.removeOutboundInterceptor(Consumer<DeliveryContext<T>> interceptor) Remove an interceptor that was added by#addOutboundInterceptor(Handler)