Table of Contents

ICommandDispatcher Interface

Definition

Namespace
Savvyio.Commands
Assemblies
Savvyio.Core.dll
Source
src/Savvyio.Core/Commands/ICommandDispatcher.cs

Defines a Command dispatcher that uses Fire-and-Forget/In-Only MEP.

public interface ICommandDispatcher : IDispatcher

Methods

Name Description
Commit(ICommand)

Commits the specified request using Fire-and-Forget/In-Only MEP.

CommitAsync(ICommand, Action<AsyncOptions>)

Commits the specified request asynchronous using Fire-and-Forget/In-Only MEP.

See Also