default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) |
Sets the retry options for Service Bus clients.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpRetryOptions(String amqpRetryOptions) |
Sets the retry options for Service Bus clients.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) |
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpTransportType(String amqpTransportType) |
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointConsumerBuilder.basic() |
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) |
Sets the ClientOptions to be sent from the client built from this
builder, enabling customization of certain properties, as well as
support the addition of custom header information.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.clientOptions(String clientOptions) |
Sets the ClientOptions to be sent from the client built from this
builder, enabling customization of certain properties, as well as
support the addition of custom header information.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.connectionString(String connectionString) |
Sets the connection string for a Service Bus namespace or a specific
Service Bus resource.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.consumerOperation(String consumerOperation) |
Sets the desired operation to be used in the consumer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.consumerOperation(org.apache.camel.component.azure.servicebus.ServiceBusConsumerOperationDefinition consumerOperation) |
Sets the desired operation to be used in the consumer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.disableAutoComplete(boolean disableAutoComplete) |
Disables auto-complete and auto-abandon of received messages.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.disableAutoComplete(String disableAutoComplete) |
Disables auto-complete and auto-abandon of received messages.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) |
Fully Qualified Namespace of the service bus.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.maxAutoLockRenewDuration(String maxAutoLockRenewDuration) |
Sets the amount of time to continue auto-renewing the lock.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.maxAutoLockRenewDuration(Duration maxAutoLockRenewDuration) |
Sets the amount of time to continue auto-renewing the lock.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.peekNumMaxMessages(Integer peekNumMaxMessages) |
Set the max number of messages to be peeked during the peek
operation.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.peekNumMaxMessages(String peekNumMaxMessages) |
Set the max number of messages to be peeked during the peek
operation.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.prefetchCount(int prefetchCount) |
Sets the prefetch count of the receiver.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.prefetchCount(String prefetchCount) |
Sets the prefetch count of the receiver.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions) |
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.proxyOptions(String proxyOptions) |
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.receiverAsyncClient(com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient receiverAsyncClient) |
Sets the receiverAsyncClient in order to consume messages by the
consumer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.receiverAsyncClient(String receiverAsyncClient) |
Sets the receiverAsyncClient in order to consume messages by the
consumer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.serviceBusReceiveMode(com.azure.messaging.servicebus.models.ServiceBusReceiveMode serviceBusReceiveMode) |
Sets the receive mode for the receiver.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.serviceBusReceiveMode(String serviceBusReceiveMode) |
Sets the receive mode for the receiver.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.serviceBusType(String serviceBusType) |
The service bus type of connection to execute.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.serviceBusType(org.apache.camel.component.azure.servicebus.ServiceBusType serviceBusType) |
The service bus type of connection to execute.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.subQueue(com.azure.messaging.servicebus.models.SubQueue subQueue) |
Sets the type of the SubQueue to connect to.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.subQueue(String subQueue) |
Sets the type of the SubQueue to connect to.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.subscriptionName(String subscriptionName) |
Sets the name of the subscription in the topic to listen to.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) |
A TokenCredential for Azure AD authentication, implemented in
com.azure.identity.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.tokenCredential(String tokenCredential) |
A TokenCredential for Azure AD authentication, implemented in
com.azure.identity.
|