Package org.apache.pekko.io
Class UdpConnected.NoAck$
java.lang.Object
org.apache.pekko.io.UdpConnected.NoAck
org.apache.pekko.io.UdpConnected.NoAck$
- All Implemented Interfaces:
Serializable,UdpConnected.Event,UdpConnected.Message,scala.Equals,scala.Product
- Enclosing class:
- UdpConnected
Default
UdpConnected.NoAck instance which is used when no acknowledgment information is
explicitly provided. Its “token” is null.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final UdpConnected.NoAck$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.io.UdpConnected.NoAck
canEqual, copy, copy$default$1, equals, hashCode, productArity, productElement, productElementName, productIterator, productPrefix, token, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NoAck$
public NoAck$()
-
-
Method Details
-
apply
-
unapply
-