Uses of Class
org.apache.camel.component.azure.eventhubs.EventHubsConfiguration
-
-
Uses of EventHubsConfiguration in org.apache.camel.component.azure.eventhubs
Methods in org.apache.camel.component.azure.eventhubs that return EventHubsConfiguration Modifier and Type Method Description EventHubsConfigurationEventHubsConfiguration. copy()EventHubsConfigurationEventHubsComponent. getConfiguration()The component configurationsEventHubsConfigurationEventHubsConfigurationOptionsProxy. getConfiguration()EventHubsConfigurationEventHubsConsumer. getConfiguration()EventHubsConfigurationEventHubsEndpoint. getConfiguration()The component configurationsEventHubsConfigurationEventHubsProducer. getConfiguration()Methods in org.apache.camel.component.azure.eventhubs with parameters of type EventHubsConfiguration Modifier and Type Method Description voidEventHubsComponent. setConfiguration(EventHubsConfiguration configuration)voidEventHubsEndpoint. setConfiguration(EventHubsConfiguration configuration)Constructors in org.apache.camel.component.azure.eventhubs with parameters of type EventHubsConfiguration Constructor Description EventHubsConfigurationOptionsProxy(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 EventHubsConfiguration Modifier and Type Method Description static 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 EventHubsConfiguration Constructor Description EventHubsProducerOperations(com.azure.messaging.eventhubs.EventHubProducerAsyncClient producerAsyncClient, EventHubsConfiguration configuration)
-