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.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the 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.consumerOperation(org.apache.camel.component.azure.servicebus.ServiceBusConsumerOperationDefinition consumerOperation) Sets the desired operation to be used in the consumer.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.disableAutoComplete(boolean disableAutoComplete) Disables auto-complete and auto-abandon of received messages.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Fully Qualified Namespace of the service bus.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.peekNumMaxMessages(Integer peekNumMaxMessages) Set the max number of messages to be peeked during the peek operation.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.prefetchCount(int prefetchCount) Sets the prefetch count of the receiver.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 ServiceBusSenderAsyncClient.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.receiverAsyncClient(com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient receiverAsyncClient) Sets the receiverAsyncClient in order to consume messages by the consumer.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.scheduledEnqueueTime(OffsetDateTime scheduledEnqueueTime) Sets OffsetDateTime at which the message should appear in the Service Bus queue or topic.AzureServicebusComponentBuilderFactory.AzureServicebusComponentBuilder.senderAsyncClient(com.azure.messaging.servicebus.ServiceBusSenderAsyncClient senderAsyncClient) Sets SenderAsyncClient 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.