@Generated(value="org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.azure-eventhubs") public class EventHubsComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
| Constructor and Description |
|---|
EventHubsComponentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.amqp.AmqpRetryOptions |
getAmqpRetryOptions() |
com.azure.core.amqp.AmqpTransportType |
getAmqpTransportType() |
Boolean |
getAutoDiscoverClient() |
Boolean |
getBasicPropertyBinding()
Deprecated.
|
String |
getBlobAccessKey() |
String |
getBlobAccountName() |
String |
getBlobContainerName() |
com.azure.storage.common.StorageSharedKeyCredential |
getBlobStorageSharedKeyCredential() |
Boolean |
getBridgeErrorHandler() |
com.azure.messaging.eventhubs.CheckpointStore |
getCheckpointStore() |
org.apache.camel.component.azure.eventhubs.EventHubsConfiguration |
getConfiguration() |
String |
getConnectionString() |
String |
getConsumerGroupName() |
Map<String,com.azure.messaging.eventhubs.models.EventPosition> |
getEventPosition() |
Boolean |
getLazyStartProducer() |
String |
getPartitionId() |
String |
getPartitionKey() |
Integer |
getPrefetchCount() |
com.azure.messaging.eventhubs.EventHubProducerAsyncClient |
getProducerAsyncClient() |
String |
getSharedAccessKey() |
String |
getSharedAccessName() |
void |
setAmqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions) |
void |
setAmqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType) |
void |
setAutoDiscoverClient(Boolean autoDiscoverClient) |
void |
setBasicPropertyBinding(Boolean basicPropertyBinding)
Deprecated.
|
void |
setBlobAccessKey(String blobAccessKey) |
void |
setBlobAccountName(String blobAccountName) |
void |
setBlobContainerName(String blobContainerName) |
void |
setBlobStorageSharedKeyCredential(com.azure.storage.common.StorageSharedKeyCredential blobStorageSharedKeyCredential) |
void |
setBridgeErrorHandler(Boolean bridgeErrorHandler) |
void |
setCheckpointStore(com.azure.messaging.eventhubs.CheckpointStore checkpointStore) |
void |
setConfiguration(org.apache.camel.component.azure.eventhubs.EventHubsConfiguration configuration) |
void |
setConnectionString(String connectionString) |
void |
setConsumerGroupName(String consumerGroupName) |
void |
setEventPosition(Map<String,com.azure.messaging.eventhubs.models.EventPosition> eventPosition) |
void |
setLazyStartProducer(Boolean lazyStartProducer) |
void |
setPartitionId(String partitionId) |
void |
setPartitionKey(String partitionKey) |
void |
setPrefetchCount(Integer prefetchCount) |
void |
setProducerAsyncClient(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient) |
void |
setSharedAccessKey(String sharedAccessKey) |
void |
setSharedAccessName(String sharedAccessName) |
public com.azure.core.amqp.AmqpRetryOptions getAmqpRetryOptions()
public void setAmqpRetryOptions(com.azure.core.amqp.AmqpRetryOptions amqpRetryOptions)
public com.azure.core.amqp.AmqpTransportType getAmqpTransportType()
public void setAmqpTransportType(com.azure.core.amqp.AmqpTransportType amqpTransportType)
public Boolean getAutoDiscoverClient()
public void setAutoDiscoverClient(Boolean autoDiscoverClient)
public org.apache.camel.component.azure.eventhubs.EventHubsConfiguration getConfiguration()
public void setConfiguration(org.apache.camel.component.azure.eventhubs.EventHubsConfiguration configuration)
public String getBlobAccessKey()
public void setBlobAccessKey(String blobAccessKey)
public String getBlobAccountName()
public void setBlobAccountName(String blobAccountName)
public String getBlobContainerName()
public void setBlobContainerName(String blobContainerName)
public com.azure.storage.common.StorageSharedKeyCredential getBlobStorageSharedKeyCredential()
public void setBlobStorageSharedKeyCredential(com.azure.storage.common.StorageSharedKeyCredential blobStorageSharedKeyCredential)
public Boolean getBridgeErrorHandler()
public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
public com.azure.messaging.eventhubs.CheckpointStore getCheckpointStore()
public void setCheckpointStore(com.azure.messaging.eventhubs.CheckpointStore checkpointStore)
public String getConsumerGroupName()
public void setConsumerGroupName(String consumerGroupName)
public Map<String,com.azure.messaging.eventhubs.models.EventPosition> getEventPosition()
public void setEventPosition(Map<String,com.azure.messaging.eventhubs.models.EventPosition> eventPosition)
public Integer getPrefetchCount()
public void setPrefetchCount(Integer prefetchCount)
public Boolean getLazyStartProducer()
public void setLazyStartProducer(Boolean lazyStartProducer)
public String getPartitionId()
public void setPartitionId(String partitionId)
public String getPartitionKey()
public void setPartitionKey(String partitionKey)
public com.azure.messaging.eventhubs.EventHubProducerAsyncClient getProducerAsyncClient()
public void setProducerAsyncClient(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient)
@Deprecated @DeprecatedConfigurationProperty public Boolean getBasicPropertyBinding()
@Deprecated public void setBasicPropertyBinding(Boolean basicPropertyBinding)
public String getConnectionString()
public void setConnectionString(String connectionString)
public String getSharedAccessKey()
public void setSharedAccessKey(String sharedAccessKey)
public String getSharedAccessName()
public void setSharedAccessName(String sharedAccessName)
Apache Camel