Constructor and Description |
---|
GroupBy(int maxSubstreams,
scala.Function1<T,K> keyFor) |
Modifier and Type | Method and Description |
---|---|
GraphStageLogic |
createLogic(Attributes inheritedAttributes) |
Inlet<T> |
in() |
Attributes |
initialAttributes() |
scala.Function1<T,K> |
keyFor() |
int |
maxSubstreams() |
Outlet<Source<T,NotUsed>> |
out() |
FlowShape<T,Source<T,NotUsed>> |
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.
|
java.lang.String |
toString() |
createLogicAndMaterializedValue
module, withAttributes
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAttributes, async, named
public int maxSubstreams()
public FlowShape<T,Source<T,NotUsed>> shape()
Graph
public Attributes initialAttributes()
initialAttributes
in class GraphStageWithMaterializedValue<FlowShape<T,Source<T,NotUsed>>,NotUsed>
public GraphStageLogic createLogic(Attributes inheritedAttributes)
createLogic
in class GraphStage<FlowShape<T,Source<T,NotUsed>>>
public java.lang.String toString()
toString
in class java.lang.Object