public static interface AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder extends ComponentBuilder<org.apache.camel.component.azure.eventhubs.EventHubsComponent>
| Modifier and Type | Method and Description |
|---|---|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions)
Sets the retry policy for EventHubAsyncClient.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType)
Sets the transport type by which all the communication with Azure
Event Hubs occurs.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
blobAccessKey(String blobAccessKey)
In case you chose the default BlobCheckpointStore, this sets access
key for the associated azure account name to be used for
authentication with azure blob services.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
blobAccountName(String blobAccountName)
In case you chose the default BlobCheckpointStore, this sets Azure
account name to be used for authentication with azure blob services.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
blobContainerName(String blobContainerName)
In case you chose the default BlobCheckpointStore, this sets the blob
container that shall be used by the BlobCheckpointStore to store the
checkpoint offsets.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
blobStorageSharedKeyCredential(com.azure.storage.common.StorageSharedKeyCredential blobStorageSharedKeyCredential)
In case you chose the default BlobCheckpointStore,
StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
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 AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
checkpointStore(com.azure.messaging.eventhubs.CheckpointStore checkpointStore)
Sets the CheckpointStore the EventProcessorClient will use for
storing partition ownership and checkpoint information.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
configuration(org.apache.camel.component.azure.eventhubs.EventHubsConfiguration configuration)
The component configurations.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
connectionString(String connectionString)
Instead of supplying namespace, sharedAccessKey, sharedAccessName ...
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
consumerGroupName(String consumerGroupName)
Sets the name of the consumer group this consumer is associated with.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
eventPosition(Map<String,com.azure.messaging.eventhubs.models.EventPosition> eventPosition)
Sets the map containing the event position to use for each partition
if a checkpoint for the partition does not exist in CheckpointStore.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
partitionId(String partitionId)
Sets the identifier of the Event Hub partition that the events will
be sent to.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
partitionKey(String partitionKey)
Sets a hashing key to be provided for the batch of events, which
instructs the Event Hubs service to map this key to a specific
partition.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
prefetchCount(int prefetchCount)
Sets the count used by the receiver to control the number of events
the Event Hub consumer will actively receive and queue locally
without regard to whether a receive operation is currently active.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
producerAsyncClient(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient)
Sets the EventHubProducerAsyncClient.An asynchronous producer
responsible for transmitting EventData to a specific Event Hub,
grouped together in batches.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
sharedAccessKey(String sharedAccessKey)
The generated value for the SharedAccessName.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
sharedAccessName(String sharedAccessName)
The name you chose for your EventHubs SAS keys.
|
build, build, doSetProperty, registerdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions)
amqpRetryOptions - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType)
amqpTransportType - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder configuration(org.apache.camel.component.azure.eventhubs.EventHubsConfiguration configuration)
configuration - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder blobAccessKey(String blobAccessKey)
blobAccessKey - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder blobAccountName(String blobAccountName)
blobAccountName - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder blobContainerName(String blobContainerName)
blobContainerName - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder blobStorageSharedKeyCredential(com.azure.storage.common.StorageSharedKeyCredential blobStorageSharedKeyCredential)
blobStorageSharedKeyCredential - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder checkpointStore(com.azure.messaging.eventhubs.CheckpointStore checkpointStore)
checkpointStore - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder consumerGroupName(String consumerGroupName)
consumerGroupName - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder eventPosition(Map<String,com.azure.messaging.eventhubs.models.EventPosition> eventPosition)
eventPosition - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder prefetchCount(int prefetchCount)
prefetchCount - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder partitionId(String partitionId)
partitionId - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder partitionKey(String partitionKey)
partitionKey - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder producerAsyncClient(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient)
producerAsyncClient - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder connectionString(String connectionString)
connectionString - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder sharedAccessKey(String sharedAccessKey)
sharedAccessKey - the value to setdefault AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder sharedAccessName(String sharedAccessName)
sharedAccessName - the value to setApache Camel