public interface EventHubClientFactory
| Modifier and Type | Method and Description |
|---|---|
Optional<com.microsoft.azure.eventprocessorhost.EventProcessorHost> |
getEventProcessorHost(String name,
String consumerGroup) |
com.microsoft.azure.eventhubs.EventHubClient |
getOrCreateClient(String name) |
com.microsoft.azure.eventprocessorhost.EventProcessorHost |
getOrCreateEventProcessorHost(String name,
String consumerGroup) |
com.microsoft.azure.eventhubs.PartitionSender |
getOrCreatePartitionSender(String eventhub,
String partition) |
com.microsoft.azure.eventprocessorhost.EventProcessorHost |
removeEventProcessorHost(String name,
String consumerGroup) |
com.microsoft.azure.eventhubs.EventHubClient getOrCreateClient(String name)
com.microsoft.azure.eventhubs.PartitionSender getOrCreatePartitionSender(String eventhub, String partition)
com.microsoft.azure.eventprocessorhost.EventProcessorHost getOrCreateEventProcessorHost(String name, String consumerGroup)
Optional<com.microsoft.azure.eventprocessorhost.EventProcessorHost> getEventProcessorHost(String name, String consumerGroup)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.