Package org.apache.pekko.stream
Class FanOutShape<I>
java.lang.Object
org.apache.pekko.stream.Shape
org.apache.pekko.stream.FanOutShape<I>
- Direct Known Subclasses:
FanOutShape10,FanOutShape11,FanOutShape12,FanOutShape13,FanOutShape14,FanOutShape15,FanOutShape16,FanOutShape17,FanOutShape18,FanOutShape19,FanOutShape2,FanOutShape20,FanOutShape21,FanOutShape22,FanOutShape3,FanOutShape4,FanOutShape5,FanOutShape6,FanOutShape7,FanOutShape8,FanOutShape9,UniformFanOutShape
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic classstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract FanOutShape<I>construct(FanOutShape.Init<I> init) deepCopy()Create a copy of this Shape object, returning the same type as the original; this constraint can unfortunately not be expressed in the type system.in()inlets()protected <T> Outlet<T>scala.collection.immutable.Seq<Outlet<?>>outlets()Not meant for overriding outside of Apache Pekko.Methods inherited from class org.apache.pekko.stream.Shape
getInlets, getOutlets, hasOnePort, hasSamePortsAndShapeAs, hasSamePortsAs, requireSamePortsAndShapeAs, requireSamePortsAs
-
Constructor Details
-
FanOutShape
-
-
Method Details
-
in
-
outlets
Not meant for overriding outside of Apache Pekko. -
inlets
-
newOutlet
-
construct
-
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.
-