C# Class CommandBase, Runtime

A shared command base for the "dolittle runtime eventhandlers replay" commands that provides shared arguments.
Inheritance: EventHandlers.CommandBase
Mostra file Open project: dolittle/Runtime Class Usage Examples

Protected Methods

Method Description
CommandBase ( ICanLocateRuntimes runtimes, IDiscoverEventTypes eventTypesDiscoverer, ISerializer, jsonSerializer ) : Dolittle.Runtime.CLI.Serialization

Initializes a new instance of the CommandBase class.

Method Details

CommandBase() protected method

Initializes a new instance of the CommandBase class.
protected CommandBase ( ICanLocateRuntimes runtimes, IDiscoverEventTypes eventTypesDiscoverer, ISerializer, jsonSerializer ) : Dolittle.Runtime.CLI.Serialization
runtimes ICanLocateRuntimes The Runtime locator to find a Runtime to connect to.
eventTypesDiscoverer IDiscoverEventTypes
jsonSerializer ISerializer, The json .
return Dolittle.Runtime.CLI.Serialization