Uses of Interface
org.apache.camel.builder.component.dsl.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder
Packages that use AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder
-
Uses of AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.azureEventhubs()Azure Event Hubs (camel-azure-eventhubs) Send and receive events to/from Azure Event Hubs using AMQP protocol. -
Uses of AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilderModifier and TypeMethodDescriptionAzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.amqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) Sets the retry policy for EventHubProducerAsyncClient.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.amqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) Sets the transport type by which all the communication with Azure Event Hubs occurs.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AzureEventhubsComponentBuilderFactory.azureEventhubs()Azure Event Hubs (camel-azure-eventhubs) Send and receive events to/from Azure Event Hubs using AMQP protocol.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.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.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.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.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.checkpointBatchSize(int checkpointBatchSize) Sets the batch size between each checkpoint update.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.checkpointBatchTimeout(int checkpointBatchTimeout) Sets the batch timeout between each checkpoint update.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.checkpointStore(com.azure.messaging.eventhubs.CheckpointStore checkpointStore) Sets the CheckpointStore the EventProcessorClient will use for storing partition ownership and checkpoint information.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.configuration(org.apache.camel.component.azure.eventhubs.EventHubsConfiguration configuration) The component configurations.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.connectionString(String connectionString) Instead of supplying namespace, sharedAccessKey, sharedAccessName, etc. you can supply the connection string for your eventHub.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.consumerGroupName(String consumerGroupName) Sets the name of the consumer group this consumer is associated with.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.credentialType(org.apache.camel.component.azure.eventhubs.CredentialType credentialType) Determines the credential strategy to adopt.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.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.partitionId(String partitionId) Sets the identifier of the Event Hub partition that the EventData events will be sent to.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.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.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.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.sharedAccessKey(String sharedAccessKey) The generated value for the SharedAccessName.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.sharedAccessName(String sharedAccessName) The name you chose for your EventHubs SAS keys.AzureEventhubsComponentBuilderFactory.AzureEventhubsComponentBuilder.tokenCredential(com.azure.core.credential.TokenCredential tokenCredential) Provide custom authentication credentials using an implementation of TokenCredential.