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:
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 Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PekkoPduCodec.Message$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption) final StringtoString()scala.Option<scala.Tuple5<org.apache.pekko.actor.InternalActorRef,Address, WireFormats.SerializedMessage, <any>, scala.Option<SeqNo>>> Methods inherited from class scala.runtime.AbstractFunction5
curried, tupled
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Message$
public Message$()
-
-
Method Details
-
toString
- Specified by:
toStringin interfacescala.Function5<org.apache.pekko.actor.InternalActorRef,Address, WireFormats.SerializedMessage, <any>, scala.Option<SeqNo>, PekkoPduCodec.Message> - Overrides:
toStringin 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:
applyin 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, unapplyWireFormats.SerializedMessage, <any>, scala.Option<SeqNo>>> (PekkoPduCodec.Message x$0)
-