Package akka.stream
Class InPort
- java.lang.Object
-
- akka.stream.InPort
-
- Direct Known Subclasses:
Inlet
public abstract class InPort extends java.lang.ObjectAn input port of a StreamLayout.Module. This type logically belongs into the impl package but must live here due to howsealedworks. It is also used in the Java DSL for “classic Inlets” as a work-around for otherwise unreasonable existential types.
-
-
Constructor Summary
Constructors Constructor Description InPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object that)inthashCode()
-