Package akka.stream
Class InPort
- java.lang.Object
-
- akka.stream.InPort
-
- Direct Known Subclasses:
Inlet
public abstract class InPort extends java.lang.Object
An input port of a StreamLayout.Module. This type logically belongs into the impl package but must live here due to howsealed
works. 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 boolean
equals(java.lang.Object that)
int
hashCode()
-