Uses of Package
io.vertx.core.eventbus
-
Classes in io.vertx.core.eventbus used by io.vertx.core Class Description EventBus 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.EventBusOptions Options to configure the event bus. -
Classes in io.vertx.core.eventbus used by io.vertx.core.eventbus Class Description DeliveryContext Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.DeliveryOptions Delivery options are used to configure message delivery.EventBus 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.EventBusOptions Options to configure the event bus.Message Represents a message that is received from the event bus in a handler.MessageCodec A message codec allows a custom message type to be marshalled across the event bus.MessageConsumer An event bus consumer object representing a stream of message to anEventBus
address that can be read from.MessageProducer Represents a stream of message that can be written to.ReplyFailure Represents the type of reply failure -
Classes in io.vertx.core.eventbus used by io.vertx.core.spi.metrics Class Description Message Represents a message that is received from the event bus in a handler.ReplyFailure Represents the type of reply failure -
Classes in io.vertx.core.eventbus used by io.vertx.ext.shell.command.base Class Description DeliveryOptions Delivery options are used to configure message delivery. -
Classes in io.vertx.core.eventbus used by io.vertx.ext.unit.collect Class Description Message Represents a message that is received from the event bus in a handler.MessageConsumer An event bus consumer object representing a stream of message to anEventBus
address that can be read from. -
Classes in io.vertx.core.eventbus used by io.vertx.ext.web.api.service Class Description DeliveryOptions Delivery options are used to configure message delivery.EventBus 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. -
Classes in io.vertx.core.eventbus used by io.vertx.reactivex.core.eventbus Class Description DeliveryContext Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.DeliveryOptions Delivery options are used to configure message delivery.EventBus 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.Message Represents a message that is received from the event bus in a handler.MessageCodec A message codec allows a custom message type to be marshalled across the event bus.MessageConsumer An event bus consumer object representing a stream of message to anEventBus
address that can be read from.MessageProducer Represents a stream of message that can be written to. -
Classes in io.vertx.core.eventbus used by io.vertx.rxjava3.core.eventbus Class Description DeliveryContext Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.DeliveryOptions Delivery options are used to configure message delivery.EventBus 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.Message Represents a message that is received from the event bus in a handler.MessageCodec A message codec allows a custom message type to be marshalled across the event bus.MessageConsumer An event bus consumer object representing a stream of message to anEventBus
address that can be read from.MessageProducer Represents a stream of message that can be written to. -
Classes in io.vertx.core.eventbus used by io.vertx.servicediscovery.types Class Description MessageConsumer An event bus consumer object representing a stream of message to anEventBus
address that can be read from. -
Classes in io.vertx.core.eventbus used by io.vertx.serviceproxy Class Description DeliveryOptions Delivery options are used to configure message delivery.EventBus 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.Message Represents a message that is received from the event bus in a handler.MessageCodec A message codec allows a custom message type to be marshalled across the event bus.MessageConsumer An event bus consumer object representing a stream of message to anEventBus
address that can be read from.ReplyException Represents the failure of a message send.