-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum DeliveryStatus extends Enum<DeliveryStatus>
Return value for the status of a payload delivery.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDeliveryStatus.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description FAILUREThe payload was not delivered and should be deleted without attempting retry.
UNDELIVEREDThe payload was not delivered but can be retried, e.g. when there was a loss of connectivity
DELIVEREDThe payload was delivered successfully and can be deleted.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-