Uses of Enum
com.azure.messaging.servicebus.models.ServiceBusReceiveMode
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 ServiceBusReceiveMode in com.azure.messaging.servicebus
Modifier 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
Modifier 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.