default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) |
Sets the retry policy for EventHubAsyncClient.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
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 |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.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 AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
AzureEventhubsComponentBuilderFactory.azureEventhubs() |
Azure Event Hubs (camel-azure-eventhubs)
The azure-eventhubs component that integrates Azure Event Hubs using AMQP
protocol.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
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 |
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 |
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 |
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 |
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 |
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 |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.configuration(org.apache.camel.component.azure.eventhubs.EventHubsConfiguration configuration) |
The component configurations.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.connectionString(String connectionString) |
Instead of supplying namespace, sharedAccessKey, sharedAccessName ...
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.consumerGroupName(String consumerGroupName) |
Sets the name of the consumer group this consumer is associated with.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
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 |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.partitionId(String partitionId) |
Sets the identifier of the Event Hub partition that the events will
be sent to.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
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 |
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 |
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 |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.sharedAccessKey(String sharedAccessKey) |
The generated value for the SharedAccessName.
|
default AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder |
AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.sharedAccessName(String sharedAccessName) |
The name you chose for your EventHubs SAS keys.
|