Uses of Enum
com.azure.messaging.servicebus.models.ServiceBusMessageState
Packages that use ServiceBusMessageState
Package
Description
The Azure Service Bus client library allows Java developers to interact with Azure Service Bus entities by
publishing to and/or subscribing from queues and topics/subscriptions.
Model classes for interacting with Azure Service Bus.
-
Uses of ServiceBusMessageState in com.azure.messaging.servicebus
Methods in com.azure.messaging.servicebus that return ServiceBusMessageStateModifier and TypeMethodDescriptionServiceBusReceivedMessage.getState()
Gets the state of the message. -
Uses of ServiceBusMessageState in com.azure.messaging.servicebus.models
Methods in com.azure.messaging.servicebus.models that return ServiceBusMessageStateModifier and TypeMethodDescriptionstatic ServiceBusMessageState
ServiceBusMessageState.fromValue
(int value) Gets the message state fromvalue
.static ServiceBusMessageState
Returns the enum constant of this type with the specified name.static ServiceBusMessageState[]
ServiceBusMessageState.values()
Returns an array containing the constants of this enum type, in the order they are declared.