The address the message was sent to
The body of the message.
Signal that processing of this message failed.
Signal that processing of this message failed. If the message was sent specifying a result handler the handler will be called with a failure corresponding to the failure code and message specified here
A failure code to pass back to the sender
A message to pass back to the sender
The same as reply() but you can specify handler for the reply - i.
The same as reply() but you can specify handler for the reply - i.e.
to receive the reply to the reply.
Handling the reply.
The same as org.vertx.scala.core.eventbus.Message.reply(MessageData) but you can specify handler for the reply - i.
The same as org.vertx.scala.core.eventbus.Message.reply(MessageData) but you can specify handler for the reply - i.e. to receive the reply to the reply.
The value to send.
Handling the reply.
Reply to this message.
Reply to this message. If the message was sent specifying a reply handler, that handler will be called when it has received a reply. If the message wasn't sent specifying a receipt handler this method does nothing.
The data to send with the reply.
Reply to this message.
Reply to this message. If the message was sent specifying a reply handler, that handler will be called when it has received a reply. If the message wasn't sent specifying a receipt handler this method does nothing.
The reply address (if any).
The reply address (if any).
An optional String containing the reply address.
Reply to this message with data.
Reply to this message with data. Specifying a timeout and a reply handler.
The value to send.
The timeout in ms to wait for an answer.
Handling the reply (success) or the timeout (failed).
Reply to this message.
Reply to this message. Specifying a timeout and a reply handler.
The timeout in ms to wait for an answer.
Handling the reply (success) or the timeout (failed).
Represents a message on the event bus.
Instances of this class are not thread-safe