Uses of Interface
org.apache.camel.builder.component.dsl.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder
Packages that use AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder
-
Uses of AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.azureServicebus()Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus. -
Uses of AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilderModifier and TypeMethodDescriptionAzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) Sets the retry options for Service Bus clients.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) Sets the transport type by which all the communication with Azure Service Bus occurs.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AzureServicebusComponentBuilderFactory.azureServicebus()Azure ServiceBus (camel-azure-servicebus) Send and receive messages to/from Azure Service Bus.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.binary(boolean binary) Set binary mode.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.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.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.configuration(org.apache.camel.component.azure.servicebus.ServiceBusConfiguration configuration) The component configurations.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.connectionString(String connectionString) Sets the connection string for a Service Bus namespace or a specific Service Bus resource.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.credentialType(org.apache.camel.component.azure.servicebus.CredentialType credentialType) Determines the credential strategy to adopt.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.enableDeadLettering(boolean enableDeadLettering) Enable application level deadlettering to the subscription deadletter subqueue if deadletter related headers are set.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Fully Qualified Namespace of the service bus.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.headerFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) To use a custom HeaderFilterStrategy to filter Service Bus application properties to and from Camel message headers.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.maxAutoLockRenewDuration(Duration maxAutoLockRenewDuration) Sets the amount of time to continue auto-renewing the lock.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.maxConcurrentCalls(int maxConcurrentCalls) Sets maximum number of concurrent calls.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.prefetchCount(int prefetchCount) Sets the prefetch count of the receiver.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.processorClient(com.azure.messaging.servicebus.ServiceBusProcessorClient processorClient) Sets the processorClient in order to consume messages by the consumer.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.producerOperation(org.apache.camel.component.azure.servicebus.ServiceBusProducerOperationDefinition producerOperation) Sets the desired operation to be used in the producer.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions) Sets the proxy configuration to use for ServiceBusSenderClient.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.scheduledEnqueueTime(OffsetDateTime scheduledEnqueueTime) Sets OffsetDateTime at which the message should appear in the Service Bus queue or topic.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.senderClient(com.azure.messaging.servicebus.ServiceBusSenderClient senderClient) Sets senderClient to be used in the producer.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.serviceBusReceiveMode(com.azure.messaging.servicebus.models.ServiceBusReceiveMode serviceBusReceiveMode) Sets the receive mode for the receiver.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.serviceBusTransactionContext(com.azure.messaging.servicebus.ServiceBusTransactionContext serviceBusTransactionContext) Represents transaction in service.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.serviceBusType(org.apache.camel.component.azure.servicebus.ServiceBusType serviceBusType) The service bus type of connection to execute.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.subQueue(com.azure.messaging.servicebus.models.SubQueue subQueue) Sets the type of the SubQueue to connect to.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.subscriptionName(String subscriptionName) Sets the name of the subscription in the topic to listen to.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) A TokenCredential for Azure AD authentication.