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 in
pekko.remote.AckedSendBuffer or pekko.remote.AckedReceiveBuffer has
to implement this interface to provide the sequence needed by the buffers.-
Method Summary
-
Method Details
-
seq
SeqNo seq()Deprecated.Sequence number of the message
-