Show / Hide Table of Contents

Interface ICommandAuditorFactory

Implementations of this interface create auditors for given types of command

Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public interface ICommandAuditorFactory

Methods

| Improve this Doc View Source

Create<TCommand>()

Create an auditor

Declaration
ICommandAuditor Create<TCommand>()
    where TCommand : class
Returns
Type Description
ICommandAuditor

The auditor

Type Parameters
Name Description
TCommand

The command type associated with the auditor

  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall