Package | Description |
---|---|
io.vertx.rxjava.amqp |
Modifier and Type | Field and Description |
---|---|
static TypeArg<AmqpClient> |
AmqpClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
AmqpClient |
AmqpClient.connect(io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpConnection>> connectionHandler)
Connects to the AMQP broker or router.
|
static AmqpClient |
AmqpClient.create(io.vertx.amqp.AmqpClientOptions options)
Creates a new instance of
AmqpClient using an internal Vert.x instance (with default configuration) and
the given AMQP client configuration. |
static AmqpClient |
AmqpClient.create(Vertx vertx,
io.vertx.amqp.AmqpClientOptions options)
Creates a new instance of
AmqpClient with the given Vert.x instance and the given options. |
AmqpClient |
AmqpClient.createReceiver(String address,
io.vertx.amqp.AmqpReceiverOptions receiverOptions,
io.vertx.core.Handler<AmqpMessage> messageHandler,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpReceiver>> completionHandler)
Deprecated.
|
AmqpClient |
AmqpClient.createReceiver(String address,
io.vertx.amqp.AmqpReceiverOptions receiverOptions,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpReceiver>> completionHandler)
Creates a receiver used to consumer messages from the given address.
|
AmqpClient |
AmqpClient.createReceiver(String address,
io.vertx.core.Handler<AmqpMessage> messageHandler,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpReceiver>> completionHandler)
Deprecated.
|
AmqpClient |
AmqpClient.createReceiver(String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpReceiver>> completionHandler)
Creates a receiver used to consume messages from the given address.
|
AmqpClient |
AmqpClient.createSender(String address,
io.vertx.amqp.AmqpSenderOptions options,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpSender>> completionHandler)
Creates a sender used to send messages to the given address.
|
AmqpClient |
AmqpClient.createSender(String address,
io.vertx.core.Handler<io.vertx.core.AsyncResult<AmqpSender>> completionHandler)
Creates a sender used to send messages to the given address.
|
static AmqpClient |
AmqpClient.newInstance(io.vertx.amqp.AmqpClient arg) |
Copyright © 2019 Eclipse. All rights reserved.