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!
  • 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

      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)
    • getCheckpointBatchSize

      public Integer getCheckpointBatchSize()
    • setCheckpointBatchSize

      public void setCheckpointBatchSize(Integer checkpointBatchSize)
    • getCheckpointBatchTimeout

      public Integer getCheckpointBatchTimeout()
    • setCheckpointBatchTimeout

      public void setCheckpointBatchTimeout(Integer checkpointBatchTimeout)
    • 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)
    • getTokenCredential

      public com.azure.core.credential.TokenCredential getTokenCredential()
    • setTokenCredential

      public void setTokenCredential(com.azure.core.credential.TokenCredential tokenCredential)