Package | Description |
---|---|
io.vertx.rxjava.rabbitmq |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<RabbitMQClient> |
RabbitMQClient.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static RabbitMQClient |
RabbitMQClient.create(Vertx vertx)
Create and return a client configured with the default options.
|
static RabbitMQClient |
RabbitMQClient.create(Vertx vertx,
RabbitMQOptions config)
Create and return a client.
|
static RabbitMQClient |
RabbitMQClient.newInstance(RabbitMQClient arg) |
Modifier and Type | Method and Description |
---|---|
static RabbitMQPublisher |
RabbitMQPublisher.create(Vertx vertx,
RabbitMQClient client,
RabbitMQPublisherOptions options)
Create and return a publisher using the specified client.
|
Copyright © 2021 Eclipse. All rights reserved.