All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AzureStoragePartitionManagerOptions BaseLease BaseLease class is public so that advanced users can implement an ILeaseManager.Checkpoint Checkpoint class is public so that advanced users can implement an ICheckpointManager.CloseReason Used when implementing IEventProcessor.CompleteLease CompleteLease class is public so that advanced users can implement an ILeaseManager.EventProcessorHost The main class of event processor host.EventProcessorHost.EventProcessorHostBuilder Builder class to create EventProcessorHost instances.EventProcessorHost.EventProcessorHostBuilder.AADAuthStep EventProcessorHost.EventProcessorHostBuilder.AuthStep EventProcessorHost.EventProcessorHostBuilder.ManagerStep EventProcessorHost.EventProcessorHostBuilder.OptionalStep EventProcessorHostActionStrings The action string of ExceptionReceivedEventArts will be one of this.EventProcessorOptions Options affecting the behavior of the event processor host instance in general.ExceptionReceivedEventArgs Passed as an argument to the general exception handler that can be set via EventProcessorOptions.ICheckpointManager If you wish to have EventProcessorHost store checkpoints somewhere other than Azure Storage, you can write your own checkpoint manager using this interface.IEventProcessor Interface that must be implemented by event processor classes.IEventProcessorFactory<T extends IEventProcessor> Interface that must be implemented by an event processor factory class.ILeaseManager If you wish to have EventProcessorHost store leases somewhere other than Azure Storage, you can write your own lease manager using this interface.InMemoryCheckpointManager An ICheckpointManager implementation based on an in-memory store.InMemoryLeaseManager An ILeaseManager implementation based on an in-memory store.LeaseLostException LoggingUtils Centralize log message generationPartitionContext PartitionContext is used to provide partition-related information to the methods of IEventProcessor, particularly onEvents where the user's event-processing logic lives.PartitionManagerOptions Options affecting the operation of the partition manager within the event processor host.