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 arg) static <T> DeliveryContext<T>DeliveryContext.newInstance(io.vertx.core.eventbus.DeliveryContext arg, TypeArg<T> __typeArg_T) Method parameters in io.vertx.mutiny.core.eventbus with type arguments of type DeliveryContextModifier and TypeMethodDescription<T> EventBusEventBus.addInboundInterceptor(Consumer<DeliveryContext<T>> interceptor) <T> EventBusEventBus.addOutboundInterceptor(Consumer<DeliveryContext<T>> interceptor) <T> EventBusEventBus.removeInboundInterceptor(Consumer<DeliveryContext<T>> interceptor) <T> EventBusEventBus.removeOutboundInterceptor(Consumer<DeliveryContext<T>> interceptor)