Table of Contents

Class DispatcherOptions

Namespace
Arbiter.CommandQuery.Dispatcher
Assembly
Arbiter.CommandQuery.dll

Options for the dispatcher.

public class DispatcherOptions
Inheritance
DispatcherOptions
Inherited Members

Properties

DispatcherPrefix

The prefix for the dispatcher routes.

public string DispatcherPrefix { get; set; }

Property Value

string

FeaturePrefix

The prefix for the feature routes.

public string FeaturePrefix { get; set; }

Property Value

string

SendRoute

The route for the send method.

public string SendRoute { get; set; }

Property Value

string