Package akka.stream

Class ClosedShape

  • Direct Known Subclasses:
    ClosedShape$

    public abstract class ClosedShape
    extends Shape
    This Shape is used for graphs that have neither open inputs nor open outputs. Only such a Graph can be materialized by a Materializer.
    • Constructor Detail

      • ClosedShape

        public ClosedShape()
    • Method Detail

      • inlets

        public static scala.collection.immutable.Seq<Inlet<?>> inlets()
      • outlets

        public static scala.collection.immutable.Seq<Outlet<?>> outlets()
      • getInstance

        public static ClosedShape getInstance()
        Java API: obtain ClosedShape instance
      • toString

        public static java.lang.String toString()
      • getInlets

        public static java.util.List<Inlet<?>> getInlets()
      • getOutlets

        public static java.util.List<Outlet<?>> getOutlets()
      • hasSamePortsAs

        public static boolean hasSamePortsAs​(Shape s)
      • hasSamePortsAndShapeAs

        public static boolean hasSamePortsAndShapeAs​(Shape s)
      • requireSamePortsAs

        public static void requireSamePortsAs​(Shape s)
      • requireSamePortsAndShapeAs

        public static void requireSamePortsAndShapeAs​(Shape s)