public static interface ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointConsumerBuilder |
advanced() |
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
amqpRetryOptions(Object amqpRetryOptions)
Sets the retry options for Service Bus clients.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
amqpRetryOptions(String amqpRetryOptions)
Sets the retry options for Service Bus clients.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
amqpTransportType(String amqpTransportType)
Sets the transport type by which all the communication with Azure
Service Bus occurs.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
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.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
bridgeErrorHandler(String 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.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
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.ServiceBusEndpointConsumerBuilder |
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.ServiceBusEndpointConsumerBuilder |
connectionString(String connectionString)
Sets the connection string for a Service Bus namespace or a specific
Service Bus resource.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
consumerOperation(ServiceBusEndpointBuilderFactory.ServiceBusConsumerOperationDefinition consumerOperation)
Sets the desired operation to be used in the consumer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
consumerOperation(String consumerOperation)
Sets the desired operation to be used in the consumer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
disableAutoComplete(boolean disableAutoComplete)
Disables auto-complete and auto-abandon of received messages.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
disableAutoComplete(String disableAutoComplete)
Disables auto-complete and auto-abandon of received messages.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
maxAutoLockRenewDuration(Duration maxAutoLockRenewDuration)
Sets the amount of time to continue auto-renewing the lock.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
maxAutoLockRenewDuration(String maxAutoLockRenewDuration)
Sets the amount of time to continue auto-renewing the lock.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
peekNumMaxMessages(Integer peekNumMaxMessages)
Set the max number of messages to be peeked during the peek
operation.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
peekNumMaxMessages(String peekNumMaxMessages)
Set the max number of messages to be peeked during the peek
operation.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
prefetchCount(int prefetchCount)
Sets the prefetch count of the receiver.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
prefetchCount(String prefetchCount)
Sets the prefetch count of the receiver.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
proxyOptions(Object proxyOptions)
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
proxyOptions(String proxyOptions)
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
receiverAsyncClient(Object receiverAsyncClient)
Sets the receiverAsyncClient in order to consume messages in the
Consumer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
receiverAsyncClient(String receiverAsyncClient)
Sets the receiverAsyncClient in order to consume messages in the
Consumer.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
serviceBusReceiveMode(ServiceBusEndpointBuilderFactory.ServiceBusReceiveMode serviceBusReceiveMode)
Sets the receive mode for the receiver.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
serviceBusReceiveMode(String serviceBusReceiveMode)
Sets the receive mode for the receiver.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
serviceBusType(ServiceBusEndpointBuilderFactory.ServiceBusType serviceBusType)
The service bus type of connection to execute.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
serviceBusType(String serviceBusType)
The service bus type of connection to execute.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
subQueue(ServiceBusEndpointBuilderFactory.SubQueue subQueue)
Sets the type of the SubQueue to connect to.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
subQueue(String subQueue)
Sets the type of the SubQueue to connect to.
|
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder |
subscriptionName(String subscriptionName)
Sets the name of the subscription in the topic to listen to.
|
default ServiceBusEndpointBuilderFactory.AdvancedServiceBusEndpointConsumerBuilder advanced()
default ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder amqpRetryOptions(Object amqpRetryOptions)
amqpRetryOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder amqpRetryOptions(String amqpRetryOptions)
amqpRetryOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder amqpTransportType(ServiceBusEndpointBuilderFactory.AmqpTransportType amqpTransportType)
amqpTransportType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder amqpTransportType(String amqpTransportType)
amqpTransportType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder clientOptions(Object clientOptions)
clientOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder clientOptions(String clientOptions)
clientOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder proxyOptions(Object proxyOptions)
proxyOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder proxyOptions(String proxyOptions)
proxyOptions - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder serviceBusType(ServiceBusEndpointBuilderFactory.ServiceBusType serviceBusType)
serviceBusType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder serviceBusType(String serviceBusType)
serviceBusType - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder consumerOperation(ServiceBusEndpointBuilderFactory.ServiceBusConsumerOperationDefinition consumerOperation)
consumerOperation - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder consumerOperation(String consumerOperation)
consumerOperation - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder disableAutoComplete(boolean disableAutoComplete)
disableAutoComplete - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder disableAutoComplete(String disableAutoComplete)
disableAutoComplete - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder maxAutoLockRenewDuration(Duration maxAutoLockRenewDuration)
maxAutoLockRenewDuration - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder maxAutoLockRenewDuration(String maxAutoLockRenewDuration)
maxAutoLockRenewDuration - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder peekNumMaxMessages(Integer peekNumMaxMessages)
peekNumMaxMessages - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder peekNumMaxMessages(String peekNumMaxMessages)
peekNumMaxMessages - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder prefetchCount(int prefetchCount)
prefetchCount - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder prefetchCount(String prefetchCount)
prefetchCount - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder receiverAsyncClient(Object receiverAsyncClient)
receiverAsyncClient - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder receiverAsyncClient(String receiverAsyncClient)
receiverAsyncClient - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder serviceBusReceiveMode(ServiceBusEndpointBuilderFactory.ServiceBusReceiveMode serviceBusReceiveMode)
serviceBusReceiveMode - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder serviceBusReceiveMode(String serviceBusReceiveMode)
serviceBusReceiveMode - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder subQueue(ServiceBusEndpointBuilderFactory.SubQueue subQueue)
subQueue - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder subQueue(String subQueue)
subQueue - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder subscriptionName(String subscriptionName)
subscriptionName - the value to setdefault ServiceBusEndpointBuilderFactory.ServiceBusEndpointConsumerBuilder connectionString(String connectionString)
connectionString - the value to setApache Camel