Package org.apache.pekko.stream
Class AbstractShape
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.AbstractShape
Java API for creating custom
Shape types.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvide the list of all input ports of this shape.Provide the list of all output ports of this shape.Java API: get a list of all input portsJava API: get a list of all output portsfinal scala.collection.immutable.Seq<Inlet<?>>inlets()Scala API: get a list of all input portsfinal scala.collection.immutable.Seq<Outlet<?>>outlets()Scala API: get a list of all output portsMethods inherited from class org.apache.pekko.stream.Shape
deepCopy, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
Constructor Details
-
AbstractShape
public AbstractShape()
-
-
Method Details
-
allInlets
Provide the list of all input ports of this shape. -
allOutlets
Provide the list of all output ports of this shape. -
getInlets
Description copied from class:ShapeJava API: get a list of all input ports -
getOutlets
Description copied from class:ShapeJava API: get a list of all output ports- Overrides:
getOutletsin classShape
-
inlets
Description copied from class:ShapeScala API: get a list of all input ports -
outlets
Description copied from class:ShapeScala API: get a list of all output ports
-