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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
IO.Extension
-
Constructor Summary
Constructors Constructor Description IO()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends IO.Extension>
ActorRefapply(ExtensionId<T> key, ActorSystem system)
-
-
-
Method Detail
-
apply
public static <T extends IO.Extension> ActorRef apply(ExtensionId<T> key, ActorSystem system)
-
-