Class NoopPayload

  • All Implemented Interfaces:
    akka.dispatch.ControlMessage, Serializable

    public final class NoopPayload
    extends Payload
    implements Serializable, akka.dispatch.ControlMessage
    Payload used for no-op log entries that are put into the journal by the PreLeader in order to commit entries from the prior term.
    Author:
    Thomas Pantelis
    See Also:
    Serialized Form
    • Field Detail

    • Method Detail

      • size

        public int size()
        Specified by:
        size in class Payload