Class InPort

java.lang.Object
org.apache.pekko.stream.InPort
Direct Known Subclasses:
Inlet

public abstract class InPort extends Object
An input 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 Inlets” as a work-around for otherwise unreasonable existential types.
  • Constructor Details

    • InPort

      public InPort()
  • Method Details

    • equals

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

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