public final class DeliveryState extends ExpandableStringEnum<DeliveryState>
| Modifier and Type | Field and Description |
|---|---|
static DeliveryState |
ACCEPTED
Indicates successful processing at the receiver.
|
static DeliveryState |
MODIFIED
indicates that the message was modified, but not processed.
|
static DeliveryState |
RECEIVED
indicates partial message data seen by the receiver as well as the starting point for a resumed transfer.
|
static DeliveryState |
REJECTED
Indicates an invalid and unprocessable message.
|
static DeliveryState |
RELEASED
Indicates that the message was not (and will not be) processed.
|
static DeliveryState |
TRANSACTIONAL
Indicates that this delivery is part of a transaction.
|
| Constructor and Description |
|---|
DeliveryState() |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryState |
fromString(String name)
Gets the corresponding delivery state from its string representation.
|
static Collection<DeliveryState> |
values()
Gets all the current delivery states.
|
equals, fromString, hashCode, toString, valuespublic static final DeliveryState ACCEPTED
public static final DeliveryState REJECTED
public static final DeliveryState RELEASED
public static final DeliveryState MODIFIED
public static final DeliveryState RECEIVED
public static final DeliveryState TRANSACTIONAL
public static DeliveryState fromString(String name)
name - The delivery state to convert.public static Collection<DeliveryState> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.