Interface IPrioritisedCommandHandler
Associates a command handler (type) with it's priority / order in the pipeline.
Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public interface IPrioritisedCommandHandler
Properties
| Improve this Doc View SourceCommandHandlerType
The type of the handler
Declaration
Type CommandHandlerType { get; }
Property Value
Type | Description |
---|---|
Type |
Priority
The priority of the command
Declaration
int Priority { get; }
Property Value
Type | Description |
---|---|
System.Int32 |