Class PekkoPduCodec.Message$
- java.lang.Object
-
- scala.runtime.AbstractFunction5<org.apache.pekko.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,PekkoPduCodec.Message>
-
- org.apache.pekko.remote.transport.PekkoPduCodec.Message$
-
- All Implemented Interfaces:
java.io.Serializable
,scala.Function5<org.apache.pekko.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,PekkoPduCodec.Message>
- Enclosing interface:
- PekkoPduCodec
public static class PekkoPduCodec.Message$ extends scala.runtime.AbstractFunction5<org.apache.pekko.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,PekkoPduCodec.Message> implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PekkoPduCodec.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 PekkoPduCodec.Message
apply(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption)
java.lang.String
toString()
scala.Option<scala.Tuple5<org.apache.pekko.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>>>
unapply(PekkoPduCodec.Message x$0)
-
-
-
Field Detail
-
MODULE$
public static final PekkoPduCodec.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<org.apache.pekko.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,PekkoPduCodec.Message>
- Overrides:
toString
in classscala.runtime.AbstractFunction5<org.apache.pekko.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,PekkoPduCodec.Message>
-
apply
public PekkoPduCodec.Message apply(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption)
- Specified by:
apply
in interfacescala.Function5<org.apache.pekko.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>,PekkoPduCodec.Message>
-
unapply
public scala.Option<scala.Tuple5<org.apache.pekko.actor.InternalActorRef,Address,WireFormats.SerializedMessage,<any>,scala.Option<SeqNo>>> unapply(PekkoPduCodec.Message x$0)
-
-