Uses of Interface
org.apache.camel.builder.endpoint.dsl.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder
Packages that use ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder
-
Uses of ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder 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.ServiceBusEndpointProducerBuilderModifier and TypeMethodDescriptionServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) Sets the retry options for Service Bus clients.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.amqpRetryOptions(String amqpRetryOptions) Sets the retry options for Service Bus clients.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) Sets the transport type by which all the communication with Azure Service Bus occurs.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.amqpTransportType(String amqpTransportType) Sets the transport type by which all the communication with Azure Service Bus occurs.ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointProducerBuilder.basic()ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.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.ServiceBusEndpointProducerBuilder.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.ServiceBusEndpointProducerBuilder.connectionString(String connectionString) Sets the connection string for a Service Bus namespace or a specific Service Bus resource.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.fullyQualifiedNamespace(String fullyQualifiedNamespace) Fully Qualified Namespace of the service bus.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.producerOperation(String producerOperation) Sets the desired operation to be used in the producer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.producerOperation(org.apache.camel.component.azure.servicebus.ServiceBusProducerOperationDefinition producerOperation) Sets the desired operation to be used in the producer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.proxyOptions(com.azure.core.amqp.ProxyOptions proxyOptions) Sets the proxy configuration to use for ServiceBusSenderAsyncClient.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.proxyOptions(String proxyOptions) Sets the proxy configuration to use for ServiceBusSenderAsyncClient.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.scheduledEnqueueTime(String scheduledEnqueueTime) Sets OffsetDateTime at which the message should appear in the Service Bus queue or topic.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.scheduledEnqueueTime(OffsetDateTime scheduledEnqueueTime) Sets OffsetDateTime at which the message should appear in the Service Bus queue or topic.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.senderAsyncClient(com.azure.messaging.servicebus.ServiceBusSenderAsyncClient senderAsyncClient) Sets SenderAsyncClient to be used in the producer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.senderAsyncClient(String senderAsyncClient) Sets SenderAsyncClient to be used in the producer.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.serviceBusTransactionContext(com.azure.messaging.servicebus.ServiceBusTransactionContext serviceBusTransactionContext) Represents transaction in service.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.serviceBusTransactionContext(String serviceBusTransactionContext) Represents transaction in service.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.serviceBusType(String serviceBusType) The service bus type of connection to execute.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.serviceBusType(org.apache.camel.component.azure.servicebus.ServiceBusType serviceBusType) The service bus type of connection to execute.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) A TokenCredential for Azure AD authentication.ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder.tokenCredential(String tokenCredential) A TokenCredential for Azure AD authentication.