Class OutPort

java.lang.Object
org.apache.pekko.stream.OutPort
Direct Known Subclasses:
Outlet

public abstract class OutPort extends Object
An output port of a StreamLayout.Module. This type logically belongs into the impl package but must live here due to how sealed works. It is also used in the Java DSL for “classic Outlets” as a work-around for otherwise unreasonable existential types.
  • Constructor Details

    • OutPort

      public OutPort()
  • Method Details

    • equals

      public final boolean equals(Object that)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object