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 TypeMethodDescriptionbooleanbooleaninthashCode()intproductElement(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, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
NoAck
-
-
Method Details
-
token
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-