Uses of Class
io.vertx.mutiny.core.eventbus.DeliveryContext
-
Packages that use DeliveryContext Package Description io.vertx.mutiny.core.eventbus -
-
Uses of DeliveryContext in io.vertx.mutiny.core.eventbus
Fields in io.vertx.mutiny.core.eventbus with type parameters of type DeliveryContext Modifier and Type Field Description static TypeArg<DeliveryContext>
DeliveryContext. __TYPE_ARG
Methods in io.vertx.mutiny.core.eventbus that return DeliveryContext Modifier and Type Method Description static <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 DeliveryContext Modifier and Type Method Description <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)
-