Class 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 java.lang.Object>
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.stream.stage.GraphStageLogic createLogic​(akka.stream.Attributes effectiveAttributes)  
      akka.stream.Inlet<O> fromWrapped()  
      akka.stream.Inlet<I> in()  
      akka.stream.Attributes initialAttributes()  
      akka.stream.Outlet<O> out()  
      akka.stream.BidiShape<I,​I,​O,​O> shape()  
      java.lang.String toString()  
      akka.stream.Outlet<I> toWrapped()  
      • 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 Detail

      • One2OneBidi

        public One2OneBidi​(int maxPending,
                           scala.Function1<java.lang.Object,​java.lang.Throwable> outputTruncationException,
                           scala.Function1<java.lang.Object,​java.lang.Throwable> unexpectedOutputException)
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toWrapped

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