akka.remote
Interface HasSequenceNumber

All Known Implementing Classes:
AkkaPduCodec.Message, EndpointManager.Send

public interface HasSequenceNumber

Messages that are to be buffered in AckedSendBuffer or AckedReceiveBuffer has to implement this interface to provide the sequence needed by the buffers.


Method Summary
 SeqNo seq()
          Sequence number of the message
 

Method Detail

seq

SeqNo seq()
Sequence number of the message

Returns:
(undocumented)