Package akka.remote.transport
Class AkkaPduCodec.Message$
- java.lang.Object
-
- scala.runtime.AbstractFunction5<akka.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,AkkaPduCodec.Message>
-
- akka.remote.transport.AkkaPduCodec.Message$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function5<akka.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,AkkaPduCodec.Message>
- Enclosing interface:
- AkkaPduCodec
public static class AkkaPduCodec.Message$ extends scala.runtime.AbstractFunction5<akka.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,AkkaPduCodec.Message> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AkkaPduCodec.Message$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Message$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AkkaPduCodec.Message
apply(akka.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption)
java.lang.String
toString()
scala.Option<scala.Tuple5<akka.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>>>
unapply(AkkaPduCodec.Message x$0)
-
-
-
Field Detail
-
MODULE$
public static final AkkaPduCodec.Message$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
toString
public final java.lang.String toString()
- Specified by:
toString
in interfacescala.Function5<akka.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,AkkaPduCodec.Message>
- Overrides:
toString
in classscala.runtime.AbstractFunction5<akka.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,AkkaPduCodec.Message>
-
apply
public AkkaPduCodec.Message apply(akka.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption)
- Specified by:
apply
in interfacescala.Function5<akka.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,AkkaPduCodec.Message>
-
unapply
public scala.Option<scala.Tuple5<akka.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>>> unapply(AkkaPduCodec.Message x$0)
-
-