ICommandDispatcher Interface
Definition
- Assemblies
- Savvyio.Core.dll
Defines a Command dispatcher that uses Fire-and-Forget/In-Only MEP.
public interface ICommandDispatcher : IDispatcher
Methods
| Name | Description |
|---|---|
| Commit(ICommand) | Commits the specified |
| CommitAsync(ICommand, Action<AsyncOptions>) | Commits the specified |