Uses of Enum
com.azure.messaging.servicebus.models.ServiceBusMessageState
Package
Description
Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.Model classes for interacting with Azure Service Bus.
-
Uses of ServiceBusMessageState in com.azure.messaging.servicebus
Modifier and TypeMethodDescriptionServiceBusReceivedMessage.getState()
Gets the state of the message. -
Uses of ServiceBusMessageState in com.azure.messaging.servicebus.models
Modifier 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.