akka.io
Class IO$

java.lang.Object
  extended by akka.io.IO$

public class IO$
extends java.lang.Object

Entry point to Akka’s IO layer.

All contents of the akka.io package is marked “experimental”.

This marker signifies that APIs may still change in response to user feedback through-out the 2.2 release cycle. The implementation itself is considered stable and ready for production use.

See Also:
the Akka online documentation

Field Summary
static IO$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
IO$()
           
 
Method Summary
<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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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