Class IO

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

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

See Also:
  • Constructor Details

    • IO

      public IO()
  • Method Details

    • apply

      public static <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.