Uses of Package
io.vertx.mutiny.core.eventbus
-
Packages that use io.vertx.mutiny.core.eventbus Package Description io.vertx.mutiny.core io.vertx.mutiny.core.eventbus io.vertx.mutiny.ext.web.api.service io.vertx.mutiny.servicediscovery.types -
Classes in io.vertx.mutiny.core.eventbus used by io.vertx.mutiny.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. -
Classes in io.vertx.mutiny.core.eventbus used by io.vertx.mutiny.core.eventbus Class Description DeliveryContext Encapsulates a message being delivered by Vert.x as well as providing control over the 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.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.mutiny.core.eventbus used by io.vertx.mutiny.ext.web.api.service 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. -
Classes in io.vertx.mutiny.core.eventbus used by io.vertx.mutiny.servicediscovery.types Class Description MessageConsumer An event bus consumer object representing a stream of message to anEventBus
address that can be read from.