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
Subclasses with type arguments of type ServiceBusMessageState in com.azure.messaging.servicebus.modelsModifier and TypeClassDescriptionenumRepresents the message state of theServiceBusReceivedMessage.Methods in com.azure.messaging.servicebus.models that return ServiceBusMessageStateModifier and TypeMethodDescriptionstatic ServiceBusMessageStateServiceBusMessageState.fromValue(int value) Gets the message state fromvalue.static ServiceBusMessageStateReturns 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.