Package akka.remote
Class EndpointManager.Send
- java.lang.Object
-
- akka.remote.EndpointManager.Send
-
- All Implemented Interfaces:
NoSerializationVerificationNeeded,EndpointManager.RemotingCommand,HasSequenceNumber,java.io.Serializable,scala.Equals,scala.Product,scala.Serializable
- Enclosing class:
- EndpointManager
public static final class EndpointManager.Send extends java.lang.Object implements EndpointManager.RemotingCommand, HasSequenceNumber, scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Send(java.lang.Object message, OptionVal<ActorRef> senderOption, RemoteActorRef recipient, scala.Option<SeqNo> seqOpt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)EndpointManager.Sendcopy(java.lang.Object message, OptionVal<ActorRef> senderOption, RemoteActorRef recipient, scala.Option<SeqNo> seqOpt)java.lang.Objectcopy$default$1()OptionVal<ActorRef>copy$default$2()RemoteActorRefcopy$default$3()scala.Option<SeqNo>copy$default$4()booleanequals(java.lang.Object x$1)inthashCode()java.lang.Objectmessage()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()RemoteActorRefrecipient()OptionVal<ActorRef>senderOption()SeqNoseq()scala.Option<SeqNo>seqOpt()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Send
public Send(java.lang.Object message, OptionVal<ActorRef> senderOption, RemoteActorRef recipient, scala.Option<SeqNo> seqOpt)
-
-
Method Detail
-
message
public java.lang.Object message()
-
recipient
public RemoteActorRef recipient()
-
seqOpt
public scala.Option<SeqNo> seqOpt()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
seq
public SeqNo seq()
- Specified by:
seqin interfaceHasSequenceNumber
-
copy
public EndpointManager.Send copy(java.lang.Object message, OptionVal<ActorRef> senderOption, RemoteActorRef recipient, scala.Option<SeqNo> seqOpt)
-
copy$default$1
public java.lang.Object copy$default$1()
-
copy$default$3
public RemoteActorRef copy$default$3()
-
copy$default$4
public scala.Option<SeqNo> copy$default$4()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArityin interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElementin interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equalsin interfacescala.Equals- Overrides:
equalsin classjava.lang.Object
-
-