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_ARGMethods 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> 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)
-