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

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

Introduction

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

The text is from its open source code.

Field

longDEFAULT_TIMEOUT
The default send timeout.

Constructor

DeliveryOptions(DeliveryOptions other)
Copy constructor
DeliveryOptions(JsonObject json)
Create a delivery options from JSON
DeliveryOptions()
Default constructor

Method

DeliveryOptionsaddHeader(String key, String value)
Add a message header.
StringgetCodecName()
Get the codec name.
MultiMapgetHeaders()
Get the message headers
longgetSendTimeout()
Get the send timeout.
DeliveryOptionssetHeaders(MultiMap headers)
Set message headers from a multi-map.
DeliveryOptionssetSendTimeout(long timeout)
Set the send timeout.