Uses of Interface
com.microsoft.azure.eventprocessorhost.IEventProcessor
-
-
Uses of IEventProcessor in com.microsoft.azure.eventprocessorhost
Classes in com.microsoft.azure.eventprocessorhost with type parameters of type IEventProcessor Modifier and Type Interface Description interface
IEventProcessorFactory<T extends IEventProcessor>
Interface that must be implemented by an event processor factory class.Methods in com.microsoft.azure.eventprocessorhost with type parameters of type IEventProcessor Modifier and Type Method Description <T extends IEventProcessor>
CompletableFuture<Void>EventProcessorHost. registerEventProcessor(Class<T> eventProcessorType)
Register class for event processor and start processing.<T extends IEventProcessor>
CompletableFuture<Void>EventProcessorHost. registerEventProcessor(Class<T> eventProcessorType, EventProcessorOptions processorOptions)
Register class for event processor and start processing.
-