Namespace DotNext.Net.Cluster.Consensus.Raft.Commands
Classes
Command
Represents extension methods to work with commands.
CommandInterpreter
Represents interpreter of the log entries.
CommandInterpreter.Builder
Represents builder of the interpreter.
CommandInterpreter.CommandHandlerAttribute
Indicates that the method represents command handler.
CommandInterpreter.UnknownCommandException
Indicates that the command cannot be decoded correctly.
Structs
LogEntry<TCommand>
Represents Raft log entry containing custom command.
Interfaces
ICommand<TSelf>
Represents the state machine command.