Uses of Class
com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
Package
Description
Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.-
Uses of ServiceBusClientBuilder.ServiceBusReceiverClientBuilder in com.azure.messaging.servicebus
Modifier and TypeMethodDescriptionServiceBusClientBuilder.ServiceBusReceiverClientBuilder.disableAutoComplete()
Disables auto-complete and auto-abandon of received messages.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder.maxAutoLockRenewDuration
(Duration maxAutoLockRenewDuration) Sets the amount of time to continue auto-renewing the lock.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder.prefetchCount
(int prefetchCount) Sets the prefetch count of the receiver.Sets the name of the queue to create a receiver for.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder.receiveMode
(ServiceBusReceiveMode receiveMode) Sets the receive mode for the receiver.ServiceBusClientBuilder.receiver()
A new instance ofServiceBusClientBuilder.ServiceBusReceiverClientBuilder
used to configure Service Bus message receivers.Sets the type of theSubQueue
to connect to.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder.subscriptionName
(String subscriptionName) Sets the name of the subscription in the topic to listen to.Sets the name of the topic.