Package | Description |
---|---|
com.ibm.mqlight.api |
Non-blocking API |
Modifier and Type | Method and Description |
---|---|
QOS |
SendOptions.getQos() |
QOS |
SubscribeOptions.getQOS() |
QOS |
Delivery.getQOS() |
static QOS |
QOS.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QOS[] |
QOS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SubscribeOptions.SubscribeOptionsBuilder |
SubscribeOptions.SubscribeOptionsBuilder.setQos(QOS qos)
The quality of service to use for delivering messages to the subscription.
|
SendOptions.SendOptionsBuilder |
SendOptions.SendOptionsBuilder.setQos(QOS qos)
Sets the quality of service that will be used to send messages to the MQ Light
server.
|
Copyright © 2015 International Business Machines Corporation. All rights reserved.