Namespace DotNext.Net.Cluster.Consensus.Raft.Commands
Classes
CommandAttribute
Registers command type in the interpreter.
CommandAttribute<TCommand>
Registers command type in the interpreter.
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.