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_ARG
Methods 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> EventBus
EventBus.addInboundInterceptor
(Consumer<DeliveryContext<T>> interceptor) <T> EventBus
EventBus.addOutboundInterceptor
(Consumer<DeliveryContext<T>> interceptor) <T> EventBus
EventBus.removeInboundInterceptor
(Consumer<DeliveryContext<T>> interceptor) <T> EventBus
EventBus.removeOutboundInterceptor
(Consumer<DeliveryContext<T>> interceptor)