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
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
  • 0 Comments
Back to top Copyright © 2018 James Randall