| Package | Description |
|---|---|
| io.vertx.proton.streams |
| Modifier and Type | Method and Description |
|---|---|
Delivery |
Delivery.accept()
Accepts (and settles) this message delivery.
|
Delivery |
Delivery.disposition(org.apache.qpid.proton.amqp.transport.DeliveryState state,
boolean settle)
Updates the DeliveryState, and optionally settle the delivery as well.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtonPublisher<Delivery> |
ProtonStreams.createDeliveryConsumer(ProtonConnection connection,
String address)
Creates an AMQP consumer, presented as a reactive streams
Publisher. |
static ProtonPublisher<Delivery> |
ProtonStreams.createDeliveryConsumer(ProtonConnection connection,
String address,
ProtonPublisherOptions options)
Creates an AMQP consumer, presented as a reactive streams
Publisher. |
Copyright © 2022 Eclipse. All rights reserved.