Interface ICommandRouter
An abstraction of a command router.
public interface ICommandRouter
Methods
RouteCommandAsync(CommandContext)
Routes the request asynchronously.
Task<CommandResult> RouteCommandAsync(CommandContext context)
Parameters
context
CommandContextThe router context.
Returns
- Task<CommandResult>
The router result.