Package akka.io

Class IO$

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IO$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      IO$()  
    • Field Detail

      • MODULE$

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

      • IO$

        public IO$()
    • Method Detail

      • apply

        public <T extends IO.ExtensionActorRef 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.