Package org.apache.pekko.remote
Interface HasSequenceNumber
-
- All Known Implementing Classes:
PekkoPduCodec.Message
public interface HasSequenceNumber
Deprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.Messages that are to be buffered inpekko.remote.AckedSendBuffer
orpekko.remote.AckedReceiveBuffer
has to implement this interface to provide the sequence needed by the buffers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description SeqNo
seq()
Deprecated.Sequence number of the message
-
-
-
Method Detail
-
seq
SeqNo seq()
Deprecated.Sequence number of the message
-
-