| Package | Description |
|---|---|
| io.joynr.messaging |
| Modifier and Type | Method and Description |
|---|---|
MessagingQosEffort |
MessagingQos.getEffort() |
static MessagingQosEffort |
MessagingQosEffort.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagingQosEffort[] |
MessagingQosEffort.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingQos.setEffort(MessagingQosEffort effort) |
| Constructor and Description |
|---|
MessagingQos(long ttl_ms,
MessagingQosEffort effort) |
MessagingQos(long ttl_ms,
MessagingQosEffort effort,
boolean encrypt) |
MessagingQos(long ttl_ms,
MessagingQosEffort effort,
Map<String,String> customHeaders,
boolean compress) |
MessagingQos(MessagingQosEffort effort) |
MessagingQos(MessagingQosEffort effort,
boolean encrypt) |
Copyright © 2021. All rights reserved.