Package | Description |
---|---|
org.apache.qpid.transport |
Modifier and Type | Method and Description |
---|---|
static MessageDeliveryPriority |
MessageDeliveryPriority.get(short value) |
MessageDeliveryPriority |
DeliveryProperties.getPriority() |
static MessageDeliveryPriority |
MessageDeliveryPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageDeliveryPriority[] |
MessageDeliveryPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeliveryProperties |
DeliveryProperties.priority(MessageDeliveryPriority value) |
DeliveryProperties |
DeliveryProperties.setPriority(MessageDeliveryPriority value) |
Constructor and Description |
---|
DeliveryProperties(MessageDeliveryPriority priority,
MessageDeliveryMode deliveryMode,
long ttl,
long timestamp,
long expiration,
String exchange,
String routingKey,
String resumeId,
long resumeTtl,
Option... _options) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.