Class AbstractStateCommand

java.lang.Object
org.opendaylight.controller.cluster.raft.messages.Payload
org.opendaylight.controller.cluster.raft.spi.AbstractStateCommand
All Implemented Interfaces:
Serializable, StateCommand, StateMachineCommand, Immutable
Direct Known Subclasses:
IdentifiablePayload

public abstract non-sealed class AbstractStateCommand extends Payload implements StateCommand
Abstract base class for RaftCommand implementations.
See Also:
  • Constructor Details

    • AbstractStateCommand

      public AbstractStateCommand()