Package akka.stream
Class Inlet$
- java.lang.Object
-
- akka.stream.Inlet$
-
public class Inlet$ extends java.lang.Object
Scala APICreates a new Inlet with the given name. The name will be used when displaying debug information or error messages involving the port.
-
-
Constructor Summary
Constructors Constructor Description Inlet$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Inlet<T>
apply(java.lang.String name)
<T> Inlet<T>
create(java.lang.String name)
JAVA API
-
-
-
Field Detail
-
MODULE$
public static final Inlet$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public <T> Inlet<T> apply(java.lang.String name)
-
create
public <T> Inlet<T> create(java.lang.String name)
JAVA APICreates a new Inlet with the given name. The name will be used when displaying debug information or error messages involving the port.
- Parameters:
name
- (undocumented)- Returns:
- (undocumented)
-
-