Class EventHubsComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.azure.eventhubs.springboot.EventHubsComponentConfiguration
@ConfigurationProperties(prefix="camel.component.azure-eventhubs")
public class EventHubsComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and receive events to/from Azure Event Hubs using AMQP protocol.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.amqp.AmqpRetryOptionscom.azure.core.amqp.AmqpTransportTypecom.azure.storage.common.StorageSharedKeyCredentialcom.azure.messaging.eventhubs.CheckpointStoreorg.apache.camel.component.azure.eventhubs.EventHubsConfigurationcom.azure.messaging.eventhubs.EventHubProducerAsyncClientcom.azure.core.credential.TokenCredentialvoidsetAmqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) voidsetAmqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBlobAccessKey(String blobAccessKey) voidsetBlobAccountName(String blobAccountName) voidsetBlobContainerName(String blobContainerName) voidsetBlobStorageSharedKeyCredential(com.azure.storage.common.StorageSharedKeyCredential blobStorageSharedKeyCredential) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetCheckpointBatchSize(Integer checkpointBatchSize) voidsetCheckpointBatchTimeout(Integer checkpointBatchTimeout) voidsetCheckpointStore(com.azure.messaging.eventhubs.CheckpointStore checkpointStore) voidsetConfiguration(org.apache.camel.component.azure.eventhubs.EventHubsConfiguration configuration) voidsetConnectionString(String connectionString) voidsetConsumerGroupName(String consumerGroupName) voidsetEventPosition(Map<String, com.azure.messaging.eventhubs.models.EventPosition> eventPosition) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetPartitionId(String partitionId) voidsetPartitionKey(String partitionKey) voidsetPrefetchCount(Integer prefetchCount) voidsetProducerAsyncClient(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient) voidsetSharedAccessKey(String sharedAccessKey) voidsetSharedAccessName(String sharedAccessName) voidsetTokenCredential(com.azure.core.credential.TokenCredential tokenCredential) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
EventHubsComponentConfiguration
public EventHubsComponentConfiguration()
-
-
Method Details
-
getAmqpRetryOptions
public com.azure.core.amqp.AmqpRetryOptions getAmqpRetryOptions() -
setAmqpRetryOptions
public void setAmqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) -
getAmqpTransportType
public com.azure.core.amqp.AmqpTransportType getAmqpTransportType() -
setAmqpTransportType
public void setAmqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) -
getConfiguration
public org.apache.camel.component.azure.eventhubs.EventHubsConfiguration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.azure.eventhubs.EventHubsConfiguration configuration) -
getBlobAccessKey
-
setBlobAccessKey
-
getBlobAccountName
-
setBlobAccountName
-
getBlobContainerName
-
setBlobContainerName
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getCheckpointBatchSize
-
setCheckpointBatchSize
-
getCheckpointBatchTimeout
-
setCheckpointBatchTimeout
-
getCheckpointStore
public com.azure.messaging.eventhubs.CheckpointStore getCheckpointStore() -
setCheckpointStore
public void setCheckpointStore(com.azure.messaging.eventhubs.CheckpointStore checkpointStore) -
getConsumerGroupName
-
setConsumerGroupName
-
getEventPosition
-
setEventPosition
-
getPrefetchCount
-
setPrefetchCount
-
getLazyStartProducer
-
setLazyStartProducer
-
getPartitionId
-
setPartitionId
-
getPartitionKey
-
setPartitionKey
-
getProducerAsyncClient
public com.azure.messaging.eventhubs.EventHubProducerAsyncClient getProducerAsyncClient() -
setProducerAsyncClient
public void setProducerAsyncClient(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient) -
getAutowiredEnabled
-
setAutowiredEnabled
-
getConnectionString
-
setConnectionString
-
getTokenCredential
public com.azure.core.credential.TokenCredential getTokenCredential() -
setTokenCredential
public void setTokenCredential(com.azure.core.credential.TokenCredential tokenCredential)
-