public static class One2OneBidiFlow.One2OneBidi<I,O>
extends org.apache.pekko.stream.stage.GraphStage<org.apache.pekko.stream.BidiShape<I,I,O,O>>
Constructor and Description |
---|
One2OneBidi(int maxPending,
scala.Function1<java.lang.Object,java.lang.Throwable> outputTruncationException,
scala.Function1<java.lang.Object,java.lang.Throwable> unexpectedOutputException) |
Modifier and Type | Method and Description |
---|---|
org.apache.pekko.stream.stage.GraphStageLogic |
createLogic(org.apache.pekko.stream.Attributes effectiveAttributes) |
org.apache.pekko.stream.Inlet<O> |
fromWrapped() |
org.apache.pekko.stream.Inlet<I> |
in() |
org.apache.pekko.stream.Attributes |
initialAttributes() |
org.apache.pekko.stream.Outlet<O> |
out() |
org.apache.pekko.stream.BidiShape<I,I,O,O> |
shape() |
java.lang.String |
toString() |
org.apache.pekko.stream.Outlet<I> |
toWrapped() |
createLogicAndMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributes
public One2OneBidi(int maxPending, scala.Function1<java.lang.Object,java.lang.Throwable> outputTruncationException, scala.Function1<java.lang.Object,java.lang.Throwable> unexpectedOutputException)
public org.apache.pekko.stream.stage.GraphStageLogic createLogic(org.apache.pekko.stream.Attributes effectiveAttributes)
public org.apache.pekko.stream.Inlet<O> fromWrapped()
public org.apache.pekko.stream.Inlet<I> in()
public org.apache.pekko.stream.Attributes initialAttributes()
public org.apache.pekko.stream.Outlet<O> out()
public java.lang.String toString()
toString
in class java.lang.Object
public org.apache.pekko.stream.Outlet<I> toWrapped()