Class QueueProcessorOptionsProvider
- Assembly
- ReflectionEventing.DependencyInjection.dll
Provides configuration options for the queue processor.
public sealed class QueueProcessorOptionsProvider
- Inheritance
-
QueueProcessorOptionsProvider
- Inherited Members
Constructors
QueueProcessorOptionsProvider(EventBusBuilderOptions, object?)
Provides configuration options for the queue processor.
public QueueProcessorOptionsProvider(EventBusBuilderOptions options, object? serviceKey = null)
Parameters
optionsEventBusBuilderOptionsserviceKeyobject
Properties
ServiceKey
Gets the service key associated with the queue processor options.
public object? ServiceKey { get; }
Property Value
Value
Gets the configuration options for the queue processor.
public EventBusBuilderOptions Value { get; }