Package akka.io
Class IO$
- java.lang.Object
-
- akka.io.IO$
-
public class IO$ extends java.lang.Object
Entry point to Akka’s IO layer.- See Also:
- the Akka online documentation
-
-
Constructor Summary
Constructors Constructor Description IO$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends IO.Extension>
ActorRefapply(ExtensionId<T> key, ActorSystem system)
-
-
-
Field Detail
-
MODULE$
public static final IO$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T extends IO.Extension> ActorRef apply(ExtensionId<T> key, ActorSystem system)
-
-