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