public static interface EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder extends EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilder, EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder |
advanced() |
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
amqpRetryOptions(Object amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
amqpRetryOptions(String amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
amqpTransportType(String amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
connectionString(String connectionString)
Instead of supplying namespace, sharedAccessKey, sharedAccessName ...
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
sharedAccessKey(String sharedAccessKey)
The generated value for the SharedAccessName.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
sharedAccessName(String sharedAccessName)
The name you chose for your EventHubs SAS keys.
|
blobAccessKey, blobAccountName, blobContainerName, blobStorageSharedKeyCredential, blobStorageSharedKeyCredential, bridgeErrorHandler, bridgeErrorHandler, checkpointStore, checkpointStore, consumerGroupName, eventPosition, eventPosition, prefetchCount, prefetchCountdoSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, expr, getUrilazyStartProducer, lazyStartProducer, partitionId, partitionKey, producerAsyncClient, producerAsyncClientdefault EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder advanced()
advanced in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderadvanced in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder amqpRetryOptions(Object amqpRetryOptions)
amqpRetryOptions in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderamqpRetryOptions in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderamqpRetryOptions - the value to setdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder amqpRetryOptions(String amqpRetryOptions)
amqpRetryOptions in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderamqpRetryOptions in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderamqpRetryOptions - the value to setdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
amqpTransportType in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderamqpTransportType in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderamqpTransportType - the value to setdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder amqpTransportType(String amqpTransportType)
amqpTransportType in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderamqpTransportType in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderamqpTransportType - the value to setdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder connectionString(String connectionString)
connectionString in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderconnectionString in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderconnectionString - the value to setdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder sharedAccessKey(String sharedAccessKey)
sharedAccessKey in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuildersharedAccessKey in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuildersharedAccessKey - the value to setdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder sharedAccessName(String sharedAccessName)
sharedAccessName in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuildersharedAccessName in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuildersharedAccessName - the value to setApache Camel