| Modifier and Type | Method and Description |
|---|---|
EventHubsConfiguration |
EventHubsConfiguration.copy() |
EventHubsConfiguration |
EventHubsComponent.getConfiguration()
The component configurations
|
EventHubsConfiguration |
EventHubsEndpoint.getConfiguration()
The component configurations
|
EventHubsConfiguration |
EventHubsProducer.getConfiguration() |
EventHubsConfiguration |
EventHubsConfigurationOptionsProxy.getConfiguration() |
EventHubsConfiguration |
EventHubsConsumer.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventHubsComponent.setConfiguration(EventHubsConfiguration configuration) |
void |
EventHubsEndpoint.setConfiguration(EventHubsConfiguration configuration) |
| Constructor and Description |
|---|
EventHubsConfigurationOptionsProxy(EventHubsConfiguration configuration) |
EventHubsEndpoint(String uri,
org.apache.camel.Component component,
EventHubsConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static com.azure.storage.blob.BlobContainerAsyncClient |
EventHubsClientFactory.createBlobContainerClient(EventHubsConfiguration configuration) |
static com.azure.messaging.eventhubs.EventHubConsumerAsyncClient |
EventHubsClientFactory.createEventHubConsumerAsyncClient(EventHubsConfiguration configuration) |
static com.azure.messaging.eventhubs.EventHubProducerAsyncClient |
EventHubsClientFactory.createEventHubProducerAsyncClient(EventHubsConfiguration configuration) |
static com.azure.messaging.eventhubs.EventProcessorClient |
EventHubsClientFactory.createEventProcessorClient(EventHubsConfiguration configuration,
Consumer<com.azure.messaging.eventhubs.models.EventContext> processEvent,
Consumer<com.azure.messaging.eventhubs.models.ErrorContext> processError) |
| Constructor and Description |
|---|
EventHubsProducerOperations(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient,
EventHubsConfiguration configuration) |
Apache Camel