Class One2OneBidiFlow.One2OneBidi<I,O>

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.BidiShape<I,I,O,O>>
akka.http.impl.util.One2OneBidiFlow.One2OneBidi<I,O>
All Implemented Interfaces:
akka.stream.Graph<akka.stream.BidiShape<I,I,O,O>,akka.NotUsed>
Enclosing class:
One2OneBidiFlow

public static class One2OneBidiFlow.One2OneBidi<I,O> extends akka.stream.stage.GraphStage<akka.stream.BidiShape<I,I,O,O>>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface akka.stream.Graph

    akka.stream.Graph.GraphMapMatVal<S extends akka.stream.Shape,M extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    One2OneBidi(int maxPending, scala.Function1<Object,Throwable> outputTruncationException, scala.Function1<Object,Throwable> unexpectedOutputException)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    akka.stream.stage.GraphStageLogic
    createLogic(akka.stream.Attributes effectiveAttributes)
     
    akka.stream.Inlet<O>
     
    akka.stream.Inlet<I>
    in()
     
    akka.stream.Attributes
     
    akka.stream.Outlet<O>
    out()
     
    akka.stream.BidiShape<I,I,O,O>
     
     
    akka.stream.Outlet<I>
     

    Methods inherited from class akka.stream.stage.GraphStage

    createLogicAndMaterializedValue

    Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue

    addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, named, traversalBuilder, withAttributes

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • One2OneBidi

      public One2OneBidi(int maxPending, scala.Function1<Object,Throwable> outputTruncationException, scala.Function1<Object,Throwable> unexpectedOutputException)
  • Method Details

    • createLogic

      public akka.stream.stage.GraphStageLogic createLogic(akka.stream.Attributes effectiveAttributes)
      Specified by:
      createLogic in class akka.stream.stage.GraphStage<akka.stream.BidiShape<I,I,O,O>>
    • fromWrapped

      public akka.stream.Inlet<O> fromWrapped()
    • in

      public akka.stream.Inlet<I> in()
    • initialAttributes

      public akka.stream.Attributes initialAttributes()
      Overrides:
      initialAttributes in class akka.stream.stage.GraphStageWithMaterializedValue<akka.stream.BidiShape<I,I,O,O>,akka.NotUsed>
    • out

      public akka.stream.Outlet<O> out()
    • shape

      public akka.stream.BidiShape<I,I,O,O> shape()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toWrapped

      public akka.stream.Outlet<I> toWrapped()