Show / Hide Table of Contents

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 Source

CommandHandlerType

The type of the handler

Declaration
Type CommandHandlerType { get; }
Property Value
Type Description
System.Type
| Improve this Doc View Source

Priority

The priority of the command

Declaration
int Priority { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX