Uses of Class
org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
Packages that use EventHubsConfiguration
Package
Description
-
Uses of EventHubsConfiguration in org.apache.camel.component.azure.eventhubs
Methods in org.apache.camel.component.azure.eventhubs that return EventHubsConfigurationModifier and TypeMethodDescriptionEventHubsConfiguration.copy()EventHubsComponent.getConfiguration()The component configurationsEventHubsConfigurationOptionsProxy.getConfiguration()EventHubsConsumer.getConfiguration()EventHubsEndpoint.getConfiguration()The component configurationsEventHubsProducer.getConfiguration()Methods in org.apache.camel.component.azure.eventhubs with parameters of type EventHubsConfigurationModifier and TypeMethodDescriptionvoidEventHubsComponent.setConfiguration(EventHubsConfiguration configuration) voidEventHubsEndpoint.setConfiguration(EventHubsConfiguration configuration) Constructors in org.apache.camel.component.azure.eventhubs with parameters of type EventHubsConfigurationModifierConstructorDescriptionEventHubsConfigurationOptionsProxy(EventHubsConfiguration configuration) EventHubsEndpoint(String uri, org.apache.camel.Component component, EventHubsConfiguration configuration) -
Uses of EventHubsConfiguration in org.apache.camel.component.azure.eventhubs.client
Methods in org.apache.camel.component.azure.eventhubs.client with parameters of type EventHubsConfigurationModifier and TypeMethodDescriptionstatic com.azure.storage.blob.BlobContainerAsyncClientEventHubsClientFactory.createBlobContainerClient(EventHubsConfiguration configuration) static com.azure.messaging.eventhubs.EventHubConsumerAsyncClientEventHubsClientFactory.createEventHubConsumerAsyncClient(EventHubsConfiguration configuration) static com.azure.messaging.eventhubs.EventHubProducerAsyncClientEventHubsClientFactory.createEventHubProducerAsyncClient(EventHubsConfiguration configuration) static com.azure.messaging.eventhubs.EventProcessorClientEventHubsClientFactory.createEventProcessorClient(EventHubsConfiguration configuration, Consumer<com.azure.messaging.eventhubs.models.EventContext> processEvent, Consumer<com.azure.messaging.eventhubs.models.ErrorContext> processError) -
Uses of EventHubsConfiguration in org.apache.camel.component.azure.eventhubs.operations
Constructors in org.apache.camel.component.azure.eventhubs.operations with parameters of type EventHubsConfigurationModifierConstructorDescriptionEventHubsProducerOperations(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient, EventHubsConfiguration configuration)