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 |
---|---|
ProtonQoS |
ProtonLink.getQoS()
Gets the local QOS config.
|
ProtonQoS |
ProtonLink.getRemoteQoS()
Gets the remote QOS config.
|
static ProtonQoS |
ProtonQoS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtonQoS[] |
ProtonQoS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
ProtonLink.setQoS(ProtonQoS qos)
Sets the local QOS config.
|
Copyright © 2018. All rights reserved.