Class IO$

java.lang.Object
org.apache.pekko.io.IO$

public class IO$ extends Object
Entry point to Akka’s IO layer.

See Also:
  • Field Details

    • MODULE$

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

    • IO$

      public IO$()
  • Method Details

    • apply

      public <T extends IO.Extension> ActorRef apply(ExtensionId<T> key, ActorSystem system)
      Scala API: obtain a reference to the manager actor for the given IO extension, for example Tcp or Udp.

      For the Java API please refer to the individual extensions directly.