| Package | Description |
|---|---|
| io.vertx.proton.streams |
| Modifier and Type | Method and Description |
|---|---|
ProtonSubscriberOptions |
ProtonSubscriberOptions.setLinkName(String linkName)
Sets the link name to be used for the producer.
|
| Modifier and Type | Method and Description |
|---|---|
static ProtonSubscriber<org.apache.qpid.proton.message.Message> |
ProtonStreams.createProducer(ProtonConnection connection,
String address,
ProtonSubscriberOptions options)
Creates an AMQP producer, presented as a reactive streams
Subscriber. |
static ProtonSubscriber<Tracker> |
ProtonStreams.createTrackerProducer(ProtonConnection connection,
String address,
ProtonSubscriberOptions options)
Creates an AMQP producer, presented as a reactive streams
Subscriber. |
Copyright © 2022 Eclipse. All rights reserved.