Package akka.stream

Class 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 how sealed 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()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InPort

        public InPort()
    • Method Detail

      • equals

        public final boolean equals​(java.lang.Object that)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object