public static interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointProducerBuilder |
advanced() |
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
amqpRetryOptions(Object amqpRetryOptions)
Sets the retry options for Service Bus clients.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
amqpRetryOptions(String amqpRetryOptions)
Sets the retry options for Service Bus clients.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
amqpTransportType(String amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
clientOptions(Object 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.
|
default 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.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
connectionString(String connectionString)
Sets the connection string for a Service Bus namespace or a specific
Service Bus resource.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
producerOperation(ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition producerOperation)
Sets the desired operation to be used in the producer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
producerOperation(String producerOperation)
Sets the desired operation to be used in the producer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
proxyOptions(Object proxyOptions)
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
proxyOptions(String proxyOptions)
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
scheduledEnqueueTime(OffsetDateTime scheduledEnqueueTime)
Sets OffsetDateTime at which the message should appear in the Service
Bus queue or topic.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
scheduledEnqueueTime(String scheduledEnqueueTime)
Sets OffsetDateTime at which the message should appear in the Service
Bus queue or topic.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
senderAsyncClient(Object senderAsyncClient)
Sets SenderAsyncClient to be used in the producer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
senderAsyncClient(String senderAsyncClient)
Sets SenderAsyncClient to be used in the producer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
serviceBusTransactionContext(Object serviceBusTransactionContext)
Represents transaction in service.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
serviceBusTransactionContext(String serviceBusTransactionContext)
Represents transaction in service.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
serviceBusType(ServiceBusEndpointBuilderFactory.ServiceBusType serviceBusType)
The service bus type of connection to execute.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder |
serviceBusType(String serviceBusType)
The service bus type of connection to execute.
|
default ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointProducerBuilder advanced()
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder amqpRetryOptions(Object amqpRetryOptions)
amqpRetryOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder amqpRetryOptions(String amqpRetryOptions)
amqpRetryOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
amqpTransportType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder amqpTransportType(String amqpTransportType)
amqpTransportType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder clientOptions(Object clientOptions)
clientOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder clientOptions(String clientOptions)
clientOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder proxyOptions(Object proxyOptions)
proxyOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder proxyOptions(String proxyOptions)
proxyOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder serviceBusType(ServiceBusEndpointBuilderFactory.ServiceBusType serviceBusType)
serviceBusType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder serviceBusType(String serviceBusType)
serviceBusType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder producerOperation(ServiceBusEndpointBuilderFactory.ServiceBusProducerOperationDefinition producerOperation)
producerOperation - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder producerOperation(String producerOperation)
producerOperation - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder scheduledEnqueueTime(OffsetDateTime scheduledEnqueueTime)
scheduledEnqueueTime - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder scheduledEnqueueTime(String scheduledEnqueueTime)
scheduledEnqueueTime - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder senderAsyncClient(Object senderAsyncClient)
senderAsyncClient - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder senderAsyncClient(String senderAsyncClient)
senderAsyncClient - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder serviceBusTransactionContext(Object serviceBusTransactionContext)
serviceBusTransactionContext - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder serviceBusTransactionContext(String serviceBusTransactionContext)
serviceBusTransactionContext - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder connectionString(String connectionString)
connectionString - the value to setApache Camel