Package org.apache.pekko.remote
Interface HasSequenceNumber
-
- All Known Implementing Classes:
PekkoPduCodec.Message
public interface HasSequenceNumberDeprecated.Classic remoting is deprecated, use Artery. Since Akka 2.6.0.Messages that are to be buffered inpekko.remote.AckedSendBufferorpekko.remote.AckedReceiveBufferhas 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 SeqNoseq()Deprecated.Sequence number of the message
-
-
-
Method Detail
-
seq
SeqNo seq()
Deprecated.Sequence number of the message
-
-