| 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.AADAuthStep |
|
| EventProcessorHost.EventProcessorHostBuilder.AuthStep |
|
| EventProcessorHost.EventProcessorHostBuilder.ManagerStep |
|
| EventProcessorHost.EventProcessorHostBuilder.OptionalStep |
|
| 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 |
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.
|
| PartitionContext |
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.
|