public static interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder extends ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder, ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointBuilder |
advanced() |
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
amqpRetryOptions(Object amqpRetryOptions)
Sets the retry options for Service Bus clients.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
amqpRetryOptions(String amqpRetryOptions)
Sets the retry options for Service Bus clients.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
amqpTransportType(String amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
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.ServiceBusEndpointBuilder |
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.ServiceBusEndpointBuilder |
connectionString(String connectionString)
Sets the connection string for a Service Bus namespace or a specific
Service Bus resource.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
proxyOptions(Object proxyOptions)
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
proxyOptions(String proxyOptions)
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
serviceBusType(ServiceBusEndpointBuilderFactory.ServiceBusType serviceBusType)
The service bus type of connection to execute.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder |
serviceBusType(String serviceBusType)
The service bus type of connection to execute.
|
bridgeErrorHandler, bridgeErrorHandler, consumerOperation, consumerOperation, disableAutoComplete, disableAutoComplete, maxAutoLockRenewDuration, maxAutoLockRenewDuration, peekNumMaxMessages, peekNumMaxMessages, prefetchCount, prefetchCount, receiverAsyncClient, receiverAsyncClient, serviceBusReceiveMode, serviceBusReceiveMode, subQueue, subQueue, subscriptionNamedoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getUrilazyStartProducer, lazyStartProducer, producerOperation, producerOperation, scheduledEnqueueTime, scheduledEnqueueTime, senderAsyncClient, senderAsyncClient, serviceBusTransactionContext, serviceBusTransactionContextdefault ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointBuilder advanced()
advanced in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderadvanced in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder amqpRetryOptions(Object amqpRetryOptions)
amqpRetryOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderamqpRetryOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderamqpRetryOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder amqpRetryOptions(String amqpRetryOptions)
amqpRetryOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderamqpRetryOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderamqpRetryOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
amqpTransportType in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderamqpTransportType in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderamqpTransportType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder amqpTransportType(String amqpTransportType)
amqpTransportType in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderamqpTransportType in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderamqpTransportType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder clientOptions(Object clientOptions)
clientOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderclientOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderclientOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder clientOptions(String clientOptions)
clientOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderclientOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderclientOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder proxyOptions(Object proxyOptions)
proxyOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderproxyOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderproxyOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder proxyOptions(String proxyOptions)
proxyOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderproxyOptions in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderproxyOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder serviceBusType(ServiceBusEndpointBuilderFactory.ServiceBusType serviceBusType)
serviceBusType in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderserviceBusType in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderserviceBusType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder serviceBusType(String serviceBusType)
serviceBusType in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderserviceBusType in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderserviceBusType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointBuilder connectionString(String connectionString)
connectionString in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilderconnectionString in interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointProducerBuilderconnectionString - the value to setApache Camel