Package io.vertx.core.eventbus
package io.vertx.core.eventbus
-
ClassDescriptionEncapsulates a message being delivered by Vert.x as well as providing control over the message delivery.Delivery options are used to configure message delivery.A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.Options to configure the event bus.Converter and mapper for
EventBusOptions.Message<T>Represents a message that is received from the event bus in a handler.MessageCodec<S,R> A message codec allows a custom message type to be marshalled across the event bus.An event bus consumer object representing a stream of message to anEventBusaddress that can be read from.Options configuring the behavior of a event-bus message consumer.Converter and mapper forMessageConsumerOptions.Represents a stream of message that can be written to.Represents the failure of a message send.Represents the type of reply failure