Uses of Interface
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder
Packages that use ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder
-
Uses of ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the Azure ServiceBus component.Methods in org.apache.camel.builder.endpoint.dsl that return ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderModifier and TypeMethodDescriptionServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) Sets the retry options for Service Bus clients.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpRetryOptions(String amqpRetryOptions) Sets the retry options for Service Bus clients.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) Sets the transport type by which all the communication with Azure Service Bus occurs.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.amqpTransportType(String amqpTransportType) Sets the transport type by which all the communication with Azure Service Bus occurs.ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointConsumerBuilder.basic()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.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.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.connectionString(String connectionString) Sets the connection string for a Service Bus namespace or a specific Service Bus resource.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.consumerOperation(String consumerOperation) Sets the desired operation to be used in the consumer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.consumerOperation(org.apache.camel.component.azure.servicebus.ServiceBusConsumerOperationDefinition consumerOperation) Sets the desired operation to be used in the consumer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.disableAutoComplete(boolean disableAutoComplete) Disables auto-complete and auto-abandon of received messages.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.disableAutoComplete(String disableAutoComplete) Disables auto-complete and auto-abandon of received messages.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Fully Qualified Namespace of the service bus.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.maxAutoLockRenewDuration(String maxAutoLockRenewDuration) Sets the amount of time to continue auto-renewing the lock.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.maxAutoLockRenewDuration(Duration maxAutoLockRenewDuration) Sets the amount of time to continue auto-renewing the lock.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.peekNumMaxMessages(Integer peekNumMaxMessages) Set the max number of messages to be peeked during the peek operation.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.peekNumMaxMessages(String peekNumMaxMessages) Set the max number of messages to be peeked during the peek operation.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.prefetchCount(int prefetchCount) Sets the prefetch count of the receiver.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.prefetchCount(String prefetchCount) Sets the prefetch count of the receiver.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions) Sets the proxy configuration to use for ServiceBusSenderAsyncClient.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.proxyOptions(String proxyOptions) Sets the proxy configuration to use for ServiceBusSenderAsyncClient.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.receiverAsyncClient(com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient receiverAsyncClient) Sets the receiverAsyncClient in order to consume messages by the consumer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.receiverAsyncClient(String receiverAsyncClient) Sets the receiverAsyncClient in order to consume messages by the consumer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.serviceBusReceiveMode(com.azure.messaging.servicebus.models.ServiceBusReceiveMode serviceBusReceiveMode) Sets the receive mode for the receiver.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.serviceBusReceiveMode(String serviceBusReceiveMode) Sets the receive mode for the receiver.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.serviceBusType(String serviceBusType) The service bus type of connection to execute.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.serviceBusType(org.apache.camel.component.azure.servicebus.ServiceBusType serviceBusType) The service bus type of connection to execute.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.subQueue(com.azure.messaging.servicebus.models.SubQueue subQueue) Sets the type of the SubQueue to connect to.Sets the type of the SubQueue to connect to.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.subscriptionName(String subscriptionName) Sets the name of the subscription in the topic to listen to.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) A TokenCredential for Azure AD authentication.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.tokenCredential(String tokenCredential) A TokenCredential for Azure AD authentication.