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
FeaturePrefix
The prefix for the feature routes.
public string FeaturePrefix { get; set; }
Property Value
SendRoute
The route for the send method.
public string SendRoute { get; set; }