akka.remote.transport
Class AkkaPduCodec.Message

java.lang.Object
  extended by akka.remote.transport.AkkaPduCodec.Message
All Implemented Interfaces:
HasSequenceNumber, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
AkkaPduCodec

public static class AkkaPduCodec.Message
extends java.lang.Object
implements HasSequenceNumber, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
AkkaPduCodec.Message(InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, scala.Option<ActorRef> senderOption, scala.Option<SeqNo> seqOption)
           
 
Method Summary
 InternalActorRef recipient()
           
 Address recipientAddress()
           
 boolean reliableDeliveryEnabled()
           
 scala.Option<ActorRef> senderOption()
           
 SeqNo seq()
          Sequence number of the message
 scala.Option<SeqNo> seqOption()
           
 WireFormats.SerializedMessage serializedMessage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

AkkaPduCodec.Message

public AkkaPduCodec.Message(InternalActorRef recipient,
                            Address recipientAddress,
                            WireFormats.SerializedMessage serializedMessage,
                            scala.Option<ActorRef> senderOption,
                            scala.Option<SeqNo> seqOption)
Method Detail

recipient

public InternalActorRef recipient()

recipientAddress

public Address recipientAddress()

serializedMessage

public WireFormats.SerializedMessage serializedMessage()

senderOption

public scala.Option<ActorRef> senderOption()

seqOption

public scala.Option<SeqNo> seqOption()

reliableDeliveryEnabled

public boolean reliableDeliveryEnabled()

seq

public SeqNo seq()
Description copied from interface: HasSequenceNumber
Sequence number of the message

Specified by:
seq in interface HasSequenceNumber
Returns:
(undocumented)