Package akka.stream
Class OutPort
- java.lang.Object
-
- akka.stream.OutPort
-
- Direct Known Subclasses:
Outlet
public abstract class OutPort extends java.lang.Object
An output 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 Outlets” as a work-around for otherwise unreasonable existential types.
-
-
Constructor Summary
Constructors Constructor Description OutPort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object that)
int
hashCode()
-