Package org.apache.pekko.io
Class Udp.NoAck
java.lang.Object
org.apache.pekko.io.Udp.NoAck
- All Implemented Interfaces:
Serializable
,Udp.Event
,Udp.Message
,scala.Equals
,scala.Product
- Direct Known Subclasses:
Udp.NoAck$
- Enclosing class:
- Udp
Each
Udp.Send
can optionally request a positive acknowledgment to be sent
to the commanding actor. If such notification is not desired the Udp.Send.ack()
must be set to an instance of this class. The token contained within can be used
to recognize which write failed when receiving a Udp.CommandFailed
message.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
int
hashCode()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
token()
toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
NoAck
-
-
Method Details
-
token
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-