Uses of Enum
com.azure.messaging.servicebus.models.ServiceBusReceiveMode
Packages that use ServiceBusReceiveMode
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 ServiceBusReceiveMode in com.azure.messaging.servicebus
Methods in com.azure.messaging.servicebus with parameters of type ServiceBusReceiveModeModifier and TypeMethodDescriptionServiceBusClientBuilder.ServiceBusProcessorClientBuilder.receiveMode
(ServiceBusReceiveMode receiveMode) Sets the receive mode for the processor.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder.receiveMode
(ServiceBusReceiveMode receiveMode) Sets the receive mode for the receiver.ServiceBusClientBuilder.ServiceBusSessionProcessorClientBuilder.receiveMode
(ServiceBusReceiveMode receiveMode) Sets the receive mode for the processor.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder.receiveMode
(ServiceBusReceiveMode receiveMode) Sets the receive mode for the receiver. -
Uses of ServiceBusReceiveMode in com.azure.messaging.servicebus.models
Methods in com.azure.messaging.servicebus.models that return ServiceBusReceiveModeModifier and TypeMethodDescriptionstatic ServiceBusReceiveMode
Returns the enum constant of this type with the specified name.static ServiceBusReceiveMode[]
ServiceBusReceiveMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.