Uses of Interface
com.microsoft.azure.eventprocessorhost.EventProcessorHost.EventProcessorHostBuilder.ManagerStep
-
-
Uses of EventProcessorHost.EventProcessorHostBuilder.ManagerStep in com.microsoft.azure.eventprocessorhost
Methods in com.microsoft.azure.eventprocessorhost that return EventProcessorHost.EventProcessorHostBuilder.ManagerStep Modifier and Type Method Description static EventProcessorHost.EventProcessorHostBuilder.ManagerStep
EventProcessorHost.EventProcessorHostBuilder. newBuilder(String hostName, String consumerGroupName)
The process of building starts here, with arguments that are always required.
-