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.credentialType(String credentialType) Determines the credential strategy to adopt.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.credentialType(org.apache.camel.component.azure.servicebus.CredentialType credentialType) Determines the credential strategy to adopt.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.enableDeadLettering(boolean enableDeadLettering) Enable application level deadlettering to the subscription deadletter subqueue if deadletter related headers are set.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.enableDeadLettering(String enableDeadLettering) Enable application level deadlettering to the subscription deadletter subqueue if deadletter related headers are set.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Fully Qualified Namespace of the service bus.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.headerFilterStrategy(String headerFilterStrategy) To use a custom HeaderFilterStrategy to filter Service Bus application properties to and from Camel message headers.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter Service Bus application properties to and from Camel message headers.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.maxConcurrentCalls(int maxConcurrentCalls) Sets maximum number of concurrent calls.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.maxConcurrentCalls(String maxConcurrentCalls) Sets maximum number of concurrent calls.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.processorClient(com.azure.messaging.servicebus.ServiceBusProcessorClient processorClient) Sets the processorClient in order to consume messages by the consumer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.processorClient(String processorClient) Sets the processorClient in order to consume messages by the consumer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions) Sets the proxy configuration to use for ServiceBusSenderClient.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.proxyOptions(String proxyOptions) Sets the proxy configuration to use for ServiceBusSenderClient.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.sessionEnabled(boolean sessionEnabled) Enable session support.ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder.sessionEnabled(String sessionEnabled) Enable session support.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.