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.
|
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.
|
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.
|
InMemoryCheckpointManager |
An ICheckpointManager implementation based on an in-memory store.
|
InMemoryLeaseManager |
An ILeaseManager implementation based on an in-memory store.
|
LoggingUtils |
Centralize log message generation
|
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.
|