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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>token()toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.ProductproductElementNames
- 
Constructor Details- 
NoAck
 
- 
- 
Method Details- 
token
- 
copy
- 
copy$default$1
- 
productPrefix- Specified by:
- productPrefixin interface- scala.Product
 
- 
productAritypublic int productArity()- Specified by:
- productArityin interface- scala.Product
 
- 
productElement- Specified by:
- productElementin interface- scala.Product
 
- 
productIterator- Specified by:
- productIteratorin interface- scala.Product
 
- 
canEqual- Specified by:
- canEqualin interface- scala.Equals
 
- 
productElementName- Specified by:
- productElementNamein interface- scala.Product
 
- 
hashCodepublic int hashCode()
- 
toString
- 
equals
 
-