Package org.apache.pekko.io
Class UdpConnected.NoAck
java.lang.Object
org.apache.pekko.io.UdpConnected.NoAck
- All Implemented Interfaces:
Serializable,UdpConnected.Event,UdpConnected.Message,scala.Equals,scala.Product
- Direct Known Subclasses:
UdpConnected.NoAck$
- Enclosing class:
- UdpConnected
public static class UdpConnected.NoAck
extends Object
implements UdpConnected.Event, scala.Product, Serializable
Each
UdpConnected.Send can optionally request a positive acknowledgment to be sent
to the commanding actor. If such notification is not desired the UdpConnected.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 UdpConnected.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
-