Package | Description |
---|---|
io.vertx.rabbitmq | |
io.vertx.reactivex.rabbitmq | |
io.vertx.rxjava.rabbitmq |
Modifier and Type | Method and Description |
---|---|
ReadStream<RabbitMQPublisherConfirmation> |
RabbitMQPublisher.getConfirmationStream()
Get the ReadStream that contains the message IDs for confirmed messages.
|
Modifier and Type | Method and Description |
---|---|
static void |
RabbitMQPublisherConfirmationConverter.fromJson(Iterable<Map.Entry<String,Object>> json,
RabbitMQPublisherConfirmation obj) |
static void |
RabbitMQPublisherConfirmationConverter.toJson(RabbitMQPublisherConfirmation obj,
JsonObject json) |
static void |
RabbitMQPublisherConfirmationConverter.toJson(RabbitMQPublisherConfirmation obj,
Map<String,Object> json) |
Modifier and Type | Method and Description |
---|---|
ReadStream<RabbitMQPublisherConfirmation> |
RabbitMQPublisher.getConfirmationStream()
Get the ReadStream that contains the message IDs for confirmed messages.
|
Modifier and Type | Method and Description |
---|---|
ReadStream<RabbitMQPublisherConfirmation> |
RabbitMQPublisher.getConfirmationStream()
Get the ReadStream that contains the message IDs for confirmed messages.
|
Copyright © 2021 Eclipse. All rights reserved.