- getAmqpRetryOptions() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
Sets the retry policy for EventHubAsyncClient.
- getAmqpTransportType() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
Sets the transport type by which all the communication with Azure Event Hubs occurs.
- getBlobAccessKey() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
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
- getBlobAccountName() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
In case you chose the default BlobCheckpointStore, this sets Azure account name to be used for authentication
with azure blob services.
- getBlobContainerName() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
In case you chose the default BlobCheckpointStore, this sets the blob container that shall be used by the
BlobCheckpointStore to store the checkpoint offsets
- getBlobStorageSharedKeyCredential() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
In case you chose the default BlobCheckpointStore, StorageSharedKeyCredential can be injected to create the azure
client, this holds the important authentication information
- getCheckpointStore() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
Sets the CheckpointStore the EventProcessorClient will use for storing partition ownership and
checkpoint information.
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.azure.eventhubs.EventHubsComponentConfigurer
-
- getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.component.azure.eventhubs.EventHubsEndpointConfigurer
-
- getConfiguration() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsComponent
-
The component configurations
- getConfiguration() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfigurationOptionsProxy
-
- getConfiguration() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConsumer
-
- getConfiguration() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsEndpoint
-
The component configurations
- getConfiguration() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsProducer
-
- getConnectionString() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
Instead of supplying namespace, sharedAccessKey, sharedAccessName ...
- getConsumerGroupName() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
Sets the name of the consumer group this consumer is associated with.
- getEndpoint() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConsumer
-
- getEndpoint() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsProducer
-
- getEventHubName() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
EventHubs name under a specific namcespace
- getEventPosition() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
Sets the map containing the event position to use for each partition if a checkpoint for the partition does not
exist in CheckpointStore.
- getNamespace() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
EventHubs namespace created in Azure Portal
- getOptionType(String, boolean) - Method in class org.apache.camel.component.azure.eventhubs.EventHubsComponentConfigurer
-
- getOptionType(String, boolean) - Method in class org.apache.camel.component.azure.eventhubs.EventHubsEndpointConfigurer
-
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.azure.eventhubs.EventHubsComponentConfigurer
-
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.azure.eventhubs.EventHubsEndpointConfigurer
-
- getPartitionId() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
Sets the identifier of the Event Hub partition that the events will be sent to.
- getPartitionId(Exchange) - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfigurationOptionsProxy
-
- getPartitionKey() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
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.
- getPartitionKey(Exchange) - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfigurationOptionsProxy
-
- getPrefetchCount() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
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.
- getProducerAsyncClient() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
Sets the EventHubProducerAsyncClient.An asynchronous producer responsible for transmitting
EventData to a specific Event Hub, grouped together in batches.
- getSharedAccessKey() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
The generated value for the SharedAccessName
- getSharedAccessName() - Method in class org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
The name you chose for your EventHubs SAS keys