Package org.apache.pekko.stream
Class ClosedShape
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.ClosedShape
- Direct Known Subclasses:
ClosedShape$
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClosedShape$deepCopy()static ClosedShapeJava API: obtain ClosedShape instancestatic booleanstatic booleanstatic scala.collection.immutable.Seq<Inlet<?>>inlets()static scala.collection.immutable.Seq<Outlet<?>>outlets()static voidstatic voidstatic StringtoString()Methods inherited from class org.apache.pekko.stream.Shape
deepCopy, getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, inlets, outlets, requireSamePortsAndShapeAs, requireSamePortsAs
-
Constructor Details
-
ClosedShape
public ClosedShape()
-
-
Method Details
-
inlets
-
outlets
-
deepCopy
-
getInstance
Java API: obtain ClosedShape instance -
toString
-
getInlets
-
getOutlets
-
hasSamePortsAs
-
hasSamePortsAndShapeAs
-
requireSamePortsAs
-
requireSamePortsAndShapeAs
-