public class IO
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
IO.Extension |
Constructor and Description |
---|
IO() |
Modifier and Type | Method and Description |
---|---|
static <T extends IO.Extension> |
apply(ExtensionId<T> key,
ActorSystem system)
|
public static <T extends IO.Extension> ActorRef apply(ExtensionId<T> key, ActorSystem system)
Tcp
or Udp
.
For the Java API please refer to the individual extensions directly.
key
- (undocumented)system
- (undocumented)