Class EventHubsComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.azure-eventhubs")
    public class EventHubsComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    The azure-eventhubs component that integrates Azure Event Hubs using AMQP protocol. Azure EventHubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • EventHubsComponentConfiguration

        public EventHubsComponentConfiguration()
    • Method Detail

      • 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

        public String getBlobAccessKey()
      • setBlobAccessKey

        public void setBlobAccessKey​(String blobAccessKey)
      • getBlobAccountName

        public String getBlobAccountName()
      • setBlobAccountName

        public void setBlobAccountName​(String blobAccountName)
      • getBlobContainerName

        public String getBlobContainerName()
      • setBlobContainerName

        public void setBlobContainerName​(String blobContainerName)
      • getBlobStorageSharedKeyCredential

        public com.azure.storage.common.StorageSharedKeyCredential getBlobStorageSharedKeyCredential()
      • setBlobStorageSharedKeyCredential

        public void setBlobStorageSharedKeyCredential​(com.azure.storage.common.StorageSharedKeyCredential blobStorageSharedKeyCredential)
      • getBridgeErrorHandler

        public Boolean getBridgeErrorHandler()
      • setBridgeErrorHandler

        public void setBridgeErrorHandler​(Boolean bridgeErrorHandler)
      • getCheckpointStore

        public com.azure.messaging.eventhubs.CheckpointStore getCheckpointStore()
      • setCheckpointStore

        public void setCheckpointStore​(com.azure.messaging.eventhubs.CheckpointStore checkpointStore)
      • getConsumerGroupName

        public String getConsumerGroupName()
      • setConsumerGroupName

        public void setConsumerGroupName​(String consumerGroupName)
      • getEventPosition

        public Map<String,​com.azure.messaging.eventhubs.models.EventPosition> getEventPosition()
      • setEventPosition

        public void setEventPosition​(Map<String,​com.azure.messaging.eventhubs.models.EventPosition> eventPosition)
      • getPrefetchCount

        public Integer getPrefetchCount()
      • setPrefetchCount

        public void setPrefetchCount​(Integer prefetchCount)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getPartitionId

        public String getPartitionId()
      • setPartitionId

        public void setPartitionId​(String partitionId)
      • getPartitionKey

        public String getPartitionKey()
      • setPartitionKey

        public void setPartitionKey​(String partitionKey)
      • getProducerAsyncClient

        public com.azure.messaging.eventhubs.EventHubProducerAsyncClient getProducerAsyncClient()
      • setProducerAsyncClient

        public void setProducerAsyncClient​(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • getConnectionString

        public String getConnectionString()
      • setConnectionString

        public void setConnectionString​(String connectionString)
      • getSharedAccessKey

        public String getSharedAccessKey()
      • setSharedAccessKey

        public void setSharedAccessKey​(String sharedAccessKey)
      • getSharedAccessName

        public String getSharedAccessName()
      • setSharedAccessName

        public void setSharedAccessName​(String sharedAccessName)