| Package | Description |
|---|---|
| io.vertx.amqp | |
| io.vertx.reactivex.amqp | |
| io.vertx.rxjava.amqp |
| Modifier and Type | Method and Description |
|---|---|
AmqpMessage |
AmqpMessageBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static AmqpMessageBuilder |
AmqpMessage.create(AmqpMessage existing)
Creates a builder to create a new
AmqpMessage copying the metadata from the passed message. |
AmqpSender |
AmqpSender.send(AmqpMessage message)
Sends an AMQP message.
|
AmqpSender |
AmqpSender.sendWithAck(AmqpMessage message,
Handler<AsyncResult<Void>> acknowledgementHandler)
Sends an AMQP message and waits for an acknowledgement.
|
AmqpSender |
AmqpSender.write(AmqpMessage data) |
AmqpSender |
AmqpSender.write(AmqpMessage data,
Handler<AsyncResult<Void>> handler) |
| Modifier and Type | Method and Description |
|---|---|
AmqpConnection |
AmqpConnection.createReceiver(String address,
AmqpReceiverOptions receiverOptions,
Handler<AmqpMessage> messageHandler,
Handler<AsyncResult<AmqpReceiver>> completionHandler)
Creates a receiver used to consumer messages from the given address.
|
AmqpClient |
AmqpClient.createReceiver(String address,
AmqpReceiverOptions receiverOptions,
Handler<AmqpMessage> messageHandler,
Handler<AsyncResult<AmqpReceiver>> completionHandler)
Creates a receiver used to consumer messages from the given address.
|
AmqpConnection |
AmqpConnection.createReceiver(String address,
Handler<AmqpMessage> messageHandler,
Handler<AsyncResult<AmqpReceiver>> completionHandler)
Creates a receiver used to consume messages from the given address.
|
AmqpClient |
AmqpClient.createReceiver(String address,
Handler<AmqpMessage> messageHandler,
Handler<AsyncResult<AmqpReceiver>> completionHandler)
Creates a receiver used to consume messages from the given address.
|
| Modifier and Type | Method and Description |
|---|---|
AmqpMessage |
AmqpMessage.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static AmqpMessage |
AmqpMessage.newInstance(AmqpMessage arg) |
| Constructor and Description |
|---|
AmqpMessage(AmqpMessage delegate) |
| Modifier and Type | Method and Description |
|---|---|
AmqpMessage |
AmqpMessage.getDelegate() |
| Modifier and Type | Method and Description |
|---|---|
static AmqpMessage |
AmqpMessage.newInstance(AmqpMessage arg) |
| Constructor and Description |
|---|
AmqpMessage(AmqpMessage delegate) |
Copyright © 2019 Eclipse. All rights reserved.