Package | Description |
---|---|
io.vertx.proton |
= Vert.x Proton
This component facilitates AMQP integrations for Vert.x by providing a thin wrapper around the
link:http://qpid.apache.org/[Apache Qpid] Proton AMQP 1.0 protocol engine.
|
Modifier and Type | Method and Description |
---|---|
ProtonLinkOptions |
ProtonLinkOptions.setLinkName(String linkName) |
Modifier and Type | Method and Description |
---|---|
ProtonReceiver |
ProtonConnection.createReceiver(String address,
ProtonLinkOptions receiverOptions)
Creates a receiver used to consumer messages from the given node address.
|
ProtonReceiver |
ProtonSession.createReceiver(String address,
ProtonLinkOptions receiverOptions)
Creates a receiver used to consumer messages from the given node address.
|
ProtonSender |
ProtonConnection.createSender(String address,
ProtonLinkOptions senderOptions)
Creates a sender used to send messages to the given node address.
|
ProtonSender |
ProtonSession.createSender(String address,
ProtonLinkOptions senderOptions)
Creates a sender used to send messages to the given node address.
|
Copyright © 2018. All rights reserved.