Uses of Class
io.vertx.mutiny.core.eventbus.EventBus
-
Packages that use EventBus Package Description io.vertx.mutiny.core io.vertx.mutiny.core.eventbus -
-
Uses of EventBus in io.vertx.mutiny.core
Methods in io.vertx.mutiny.core that return EventBus Modifier and Type Method Description EventBusVertx. eventBus() -
Uses of EventBus in io.vertx.mutiny.core.eventbus
Fields in io.vertx.mutiny.core.eventbus with type parameters of type EventBus Modifier and Type Field Description static TypeArg<EventBus>EventBus. __TYPE_ARGMethods in io.vertx.mutiny.core.eventbus that return EventBus Modifier and Type Method Description <T> EventBusEventBus. addInboundInterceptor(Consumer<DeliveryContext<T>> interceptor)<T> EventBusEventBus. addOutboundInterceptor(Consumer<DeliveryContext<T>> interceptor)static EventBusEventBus. newInstance(io.vertx.core.eventbus.EventBus arg)EventBusEventBus. publish(String address, Object message)EventBusEventBus. publish(String address, Object message, io.vertx.core.eventbus.DeliveryOptions options)EventBusEventBus. registerCodec(io.vertx.core.eventbus.MessageCodec codec)<T> EventBusEventBus. removeInboundInterceptor(Consumer<DeliveryContext<T>> interceptor)<T> EventBusEventBus. removeOutboundInterceptor(Consumer<DeliveryContext<T>> interceptor)<T> EventBusEventBus. requestAndForget(String address, Object message)Variant ofrequest(String,Object)that ignores the result of the operation.<T> EventBusEventBus. requestAndForget(String address, Object message, io.vertx.core.eventbus.DeliveryOptions options)Variant ofrequest(String,Object,DeliveryOptions)that ignores the result of the operation.EventBusEventBus. send(String address, Object message)EventBusEventBus. send(String address, Object message, io.vertx.core.eventbus.DeliveryOptions options)EventBusEventBus. unregisterCodec(String name)
-