Uses of Class
com.azure.core.amqp.models.DeliveryState
-
Packages that use DeliveryState Package Description com.azure.core.amqp.models Package containing classes related to AMQP models classes. -
-
Uses of DeliveryState in com.azure.core.amqp.models
Fields in com.azure.core.amqp.models declared as DeliveryState Modifier and Type Field Description static DeliveryStateDeliveryState. ACCEPTEDIndicates successful processing at the receiver.static DeliveryStateDeliveryState. MODIFIEDindicates that the message was modified, but not processed.static DeliveryStateDeliveryState. RECEIVEDindicates partial message data seen by the receiver as well as the starting point for a resumed transfer.static DeliveryStateDeliveryState. REJECTEDIndicates an invalid and unprocessable message.static DeliveryStateDeliveryState. RELEASEDIndicates that the message was not (and will not be) processed.static DeliveryStateDeliveryState. TRANSACTIONALIndicates that this delivery is part of a transaction.Methods in com.azure.core.amqp.models that return DeliveryState Modifier and Type Method Description static DeliveryStateDeliveryState. fromString(String name)Gets the corresponding delivery state from its string representation.DeliveryStateDeliveryOutcome. getDeliveryState()Gets the delivery state.Methods in com.azure.core.amqp.models that return types with arguments of type DeliveryState Modifier and Type Method Description static Collection<DeliveryState>DeliveryState. values()Gets all the current delivery states.Constructors in com.azure.core.amqp.models with parameters of type DeliveryState Constructor Description DeliveryOutcome(DeliveryState deliveryState)Creates an instance of the delivery outcome with its state.
-