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 |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder |
autoDiscoverClient(String autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
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, getUrilazyStartProducer, lazyStartProducer, partitionId, partitionKey, producerAsyncClient, producerAsyncClientdefault EventHubsEndpointBuilderFactory.AdvancedEventHubsEndpointBuilder advanced()
advanced in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderadvanced in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder amqpRetryOptions(Object amqpRetryOptions)
com.azure.core.amqp.AmqpRetryOptions
type.
Group: commonamqpRetryOptions in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderamqpRetryOptions in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder amqpRetryOptions(String amqpRetryOptions)
com.azure.core.amqp.AmqpRetryOptions type.
Group: commonamqpRetryOptions in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderamqpRetryOptions in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder amqpTransportType(EventHubsEndpointBuilderFactory.AmqpTransportType amqpTransportType)
com.azure.core.amqp.AmqpTransportType
type.
Default: AMQP
Group: commonamqpTransportType in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderamqpTransportType in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder amqpTransportType(String amqpTransportType)
com.azure.core.amqp.AmqpTransportType type.
Default: AMQP
Group: commonamqpTransportType in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderamqpTransportType in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
boolean type.
Default: true
Group: commonautoDiscoverClient in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderautoDiscoverClient in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
boolean type.
Default: true
Group: commonautoDiscoverClient in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderautoDiscoverClient in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder connectionString(String connectionString)
java.lang.String type.
Group: securityconnectionString in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuilderconnectionString in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder sharedAccessKey(String sharedAccessKey)
java.lang.String type.
Group: securitysharedAccessKey in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuildersharedAccessKey in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderdefault EventHubsEndpointBuilderFactory.EventHubsEndpointBuilder sharedAccessName(String sharedAccessName)
java.lang.String type.
Group: securitysharedAccessName in interface EventHubsEndpointBuilderFactory.EventHubsEndpointConsumerBuildersharedAccessName in interface EventHubsEndpointBuilderFactory.EventHubsEndpointProducerBuilderApache Camel