Class Tcp.NoAck$

java.lang.Object
org.apache.pekko.io.Tcp.NoAck
org.apache.pekko.io.Tcp.NoAck$
All Implemented Interfaces:
Serializable, NoSerializationVerificationNeeded, Tcp.Event, Tcp.Message, scala.Equals, scala.Product
Enclosing class:
Tcp

public static class Tcp.NoAck$ extends Tcp.NoAck
Default Tcp.NoAck instance which is used when no acknowledgment information is explicitly provided. Its “token” is null.
See Also:
  • Field Details

    • MODULE$

      public static final Tcp.NoAck$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • NoAck$

      public NoAck$()
  • Method Details