Package | Description |
---|---|
io.vertx.rxjava3.amqp |
Modifier and Type | Field and Description |
---|---|
static TypeArg<AmqpConnection> |
AmqpConnection.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
AmqpConnection |
AmqpReceiver.connection()
Gets the connection having created the receiver.
|
AmqpConnection |
AmqpSender.connection()
Gets the connection having created the sender.
|
AmqpConnection |
AmqpConnection.exceptionHandler(io.vertx.core.Handler<Throwable> handler)
Registers a handler called on disconnection.
|
static AmqpConnection |
AmqpConnection.newInstance(io.vertx.amqp.AmqpConnection arg) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Single<AmqpConnection> |
AmqpClient.connect()
Connects to the AMQP broker or router.
|
io.reactivex.rxjava3.core.Single<AmqpConnection> |
AmqpClient.rxConnect()
Connects to the AMQP broker or router.
|
Copyright © 2022 Eclipse. All rights reserved.