Java io.vertx.core.eventbus Message fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.eventbus Message fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.eventbus Message.

The text is from its open source code.

Implementation

io.vertx.core.eventbus.Message has the following implementations.
Click this link to see all its implementation.

Method

Stringaddress()
The address the message was sent to
Tbody()
The body of the message.
voidfail(int failureCode, String message)
Signal to the sender that processing of this message failed.
MultiMapheaders()
Multi-map of message headers.
voidreply(@Nullable Object message)
Reply to this message.
voidreply(@Nullable Object message, DeliveryOptions options)
Link #reply(Object) but allows you to specify delivery options for the reply.