Class PekkoPduCodec.Message
- java.lang.Object
-
- org.apache.pekko.remote.transport.PekkoPduCodec.Message
-
- All Implemented Interfaces:
java.io.Serializable
,HasSequenceNumber
,scala.Equals
,scala.Product
- Enclosing interface:
- PekkoPduCodec
public static final class PekkoPduCodec.Message extends java.lang.Object implements HasSequenceNumber, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Message(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEqual(java.lang.Object x$1)
PekkoPduCodec.Message
copy(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption)
org.apache.pekko.actor.InternalActorRef
copy$default$1()
Address
copy$default$2()
WireFormats.SerializedMessage
copy$default$3()
<any>
copy$default$4()
scala.Option<SeqNo>
copy$default$5()
boolean
equals(java.lang.Object x$1)
int
hashCode()
int
productArity()
java.lang.Object
productElement(int x$1)
java.lang.String
productElementName(int x$1)
scala.collection.Iterator<java.lang.Object>
productIterator()
java.lang.String
productPrefix()
org.apache.pekko.actor.InternalActorRef
recipient()
Address
recipientAddress()
boolean
reliableDeliveryEnabled()
<any>
senderOption()
SeqNo
seq()
Sequence number of the messagescala.Option<SeqNo>
seqOption()
WireFormats.SerializedMessage
serializedMessage()
java.lang.String
toString()
-
-
-
Constructor Detail
-
Message
public Message(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption)
-
-
Method Detail
-
recipient
public org.apache.pekko.actor.InternalActorRef recipient()
-
recipientAddress
public Address recipientAddress()
-
serializedMessage
public WireFormats.SerializedMessage serializedMessage()
-
senderOption
public <any> 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 interfaceHasSequenceNumber
-
copy
public PekkoPduCodec.Message copy(org.apache.pekko.actor.InternalActorRef recipient, Address recipientAddress, WireFormats.SerializedMessage serializedMessage, <any> senderOption, scala.Option<SeqNo> seqOption)
-
copy$default$1
public org.apache.pekko.actor.InternalActorRef copy$default$1()
-
copy$default$2
public Address copy$default$2()
-
copy$default$3
public WireFormats.SerializedMessage copy$default$3()
-
copy$default$4
public <any> copy$default$4()
-
copy$default$5
public scala.Option<SeqNo> copy$default$5()
-
productPrefix
public java.lang.String productPrefix()
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()
- Specified by:
productArity
in interfacescala.Product
-
productElement
public java.lang.Object productElement(int x$1)
- Specified by:
productElement
in interfacescala.Product
-
productIterator
public scala.collection.Iterator<java.lang.Object> productIterator()
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
public boolean canEqual(java.lang.Object x$1)
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
public java.lang.String productElementName(int x$1)
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object x$1)
- Specified by:
equals
in interfacescala.Equals
- Overrides:
equals
in classjava.lang.Object
-
-