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> EventBusEventBus.addInboundInterceptor(Consumer<DeliveryContext<T>> interceptor) <T> EventBusEventBus.addOutboundInterceptor(Consumer<DeliveryContext<T>> interceptor) EventBus.clusterSerializableChecker(Function<String, Boolean> classNamePredicate) EventBus.codecSelector(Function<Object, String> selector) static EventBusEventBus.newInstance(io.vertx.core.eventbus.EventBus arg) EventBus.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.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 RouteToEBServiceHandlerstatic RouteToEBServiceHandlerRouteToEBServiceHandler.build(EventBus eventBus, String address, String actionName, io.vertx.core.eventbus.DeliveryOptions deliveryOptions)