Uses of Class
io.vertx.mutiny.core.eventbus.EventBus
- 
Packages that use EventBus Package Description io.vertx.mutiny.core io.vertx.mutiny.core.eventbus io.vertx.mutiny.ext.web.api.service  - 
- 
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)EventBusEventBus. clusterSerializableChecker(Function<String,Boolean> classNamePredicate)EventBusEventBus. codecSelector(Function<Object,String> selector)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. serializableChecker(Function<String,Boolean> classNamePredicate)EventBusEventBus. 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 EventBus Modifier and Type Method Description static RouteToEBServiceHandlerRouteToEBServiceHandler. build(EventBus eventBus, String address, String actionName)static RouteToEBServiceHandlerRouteToEBServiceHandler. build(EventBus eventBus, String address, String actionName, io.vertx.core.eventbus.DeliveryOptions deliveryOptions) 
 -