Package akka.remote

Interface HasSequenceNumber

  • All Known Implementing Classes:
    AkkaPduCodec.Message

    public interface HasSequenceNumber
    Deprecated.
    Classic remoting is deprecated, use Artery. Since 2.6.0.
    Messages that are to be buffered in AckedSendBuffer or AckedReceiveBuffer has to implement this interface to provide the sequence needed by the buffers.
    • Method Detail

      • seq

        SeqNo seq()
        Deprecated.
        Sequence number of the message