DeliveryAcknowledgement Enum
- java.
lang. Object - java.
lang. Enum<DeliveryAcknowledgement> - com.
microsoft. azure. sdk. iot. service. messaging. DeliveryAcknowledgement
- com.
- java.
public enum DeliveryAcknowledgement
Fields
Full |
An acknowledgement is sent on delivery success or failure. |
NegativeOnly |
Acknowledgement is sent only if delivery fails. |
None |
Acknowledgement is NOT sent on delivery or failure. |
PositiveOnly |
Acknowledgement is sent only on delivery succeeds. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java