Uses of Class
io.vertx.mutiny.core.eventbus.EventBus
Packages that use EventBus
Package
Description
-
Uses of EventBus in io.vertx.mutiny.core
Methods in io.vertx.mutiny.core that return EventBus -
Uses of EventBus in io.vertx.mutiny.core.eventbus
Fields in io.vertx.mutiny.core.eventbus with type parameters of type EventBusMethods in io.vertx.mutiny.core.eventbus that return EventBusModifier and TypeMethodDescription<T> EventBus
EventBus.addInboundInterceptor
(Consumer<DeliveryContext<T>> interceptor) <T> EventBus
EventBus.addOutboundInterceptor
(Consumer<DeliveryContext<T>> interceptor) EventBus.clusterSerializableChecker
(Function<String, Boolean> classNamePredicate) EventBus.codecSelector
(Function<Object, String> selector) static EventBus
EventBus.newInstance
(io.vertx.core.eventbus.EventBus arg) EventBus.registerCodec
(io.vertx.core.eventbus.MessageCodec codec) <T> EventBus
EventBus.removeInboundInterceptor
(Consumer<DeliveryContext<T>> interceptor) <T> EventBus
EventBus.removeOutboundInterceptor
(Consumer<DeliveryContext<T>> interceptor) <T> EventBus
EventBus.requestAndForget
(String address, Object message) Variant ofrequest(String,Object)
that ignores the result of the operation.<T> EventBus
EventBus.requestAndForget
(String address, Object message, io.vertx.core.eventbus.DeliveryOptions options) Variant ofrequest(String,Object,DeliveryOptions)
that ignores the result of the operation.EventBus.serializableChecker
(Function<String, Boolean> classNamePredicate) EventBus.unregisterCodec
(String name) -
Uses of EventBus in io.vertx.mutiny.ext.web.api.service
Methods in io.vertx.mutiny.ext.web.api.service with parameters of type EventBusModifier and TypeMethodDescriptionstatic RouteToEBServiceHandler
static RouteToEBServiceHandler
RouteToEBServiceHandler.build
(EventBus eventBus, String address, String actionName, io.vertx.core.eventbus.DeliveryOptions deliveryOptions)