AcknowledgementType Enum
- java.
lang. Object - java.
lang. Enum<AcknowledgementType> - com.
microsoft. azure. sdk. iot. service. messaging. AcknowledgementType
- com.
- java.
public enum AcknowledgementType
The possible acknowledgement types for a received file upload notification and/or for a received cloud to device feedback message.
Fields
ABANDON |
This acknowledgement will requeue the received message back into the service's message queue so that it will be sent again. This may be done if the message in question should be received by a different receiver, or at a later time. Each service message has a finite number of times that it can be received and then abandoned before the message will be removed from the queue. This maximum number of times it can be received can be set through the Azure portal. |
COMPLETE |
This acknowledgement will remove the received message from the service's message queue so that it won't be sent again. |
Applies to
Azure SDK for Java