Table of Contents

Class QueueProcessorOptionsProvider

Namespace
ReflectionEventing.DependencyInjection.Configuration
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

options EventBusBuilderOptions
serviceKey object

Properties

ServiceKey

Gets the service key associated with the queue processor options.

public object? ServiceKey { get; }

Property Value

object

Value

Gets the configuration options for the queue processor.

public EventBusBuilderOptions Value { get; }

Property Value

EventBusBuilderOptions