Namespace Kephas.Application.Console
Classes
DefaultCommandRegistry
A default command registry.
DefaultCommandShell
A default command shell.
DefaultConsole
A default console.
MessagingCommandProcessor
Command processor based on messaging. It packs the command line in messages and delegates execution to the IMessageProcessor.
NullCommandIdentityResolver
A null command identity resolver.
Interfaces
ICommandIdentityResolver
Singleton application service contract for the service resolving the executin command identity.
ICommandProcessor
Singleton application service contract for the service processing commands.
ICommandRegistry
Singleton application service contract for the service registering command types.
ICommandShell
Interface for command shell.
IConsole
Interface for console.