Interface RaftCommand

All Superinterfaces:
Immutable, StateMachineCommand
All Known Implementing Classes:
AbstractRaftCommand, NoopPayload, ServerConfigurationPayload, VotingConfig

public sealed interface RaftCommand extends StateMachineCommand permits AbstractRaftCommand
An StateMachineCommand internal to the RAFT implementation, contributing towards forward progress in RAFT journal maintenance. This includes changes in cluster configuration.