Package org.apache.pekko.stream
Class FanOutShape5<I,O0,O1,O2,O3,O4>
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.FanOutShape<I>
org.apache.pekko.stream.FanOutShape5<I,O0,O1,O2,O3,O4>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.stream.FanOutShape
FanOutShape.Init<I>, FanOutShape.Name<I>, FanOutShape.Name$, FanOutShape.Ports<I>, FanOutShape.Ports$ -
Constructor Summary
ConstructorsConstructorDescriptionFanOutShape5(String name) FanOutShape5(FanOutShape.Init<I> _init) FanOutShape5(Inlet<I> in, Outlet<O0> out0, Outlet<O1> out1, Outlet<O2> out2, Outlet<O3> out3, Outlet<O4> out4) -
Method Summary
Methods inherited from class org.apache.pekko.stream.FanOutShape
in, inlets, newOutlet, outletsMethods inherited from class org.apache.pekko.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
Constructor Details
-
FanOutShape5
-
FanOutShape5
-
FanOutShape5
-
-
Method Details
-
construct
- Specified by:
constructin classFanOutShape<I>
-
deepCopy
Description copied from class:ShapeCreate a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.- Overrides:
deepCopyin classFanOutShape<I>
-
out0
-
out1
-
out2
-
out3
-
out4
-