Class ExposeAttributes<T,​U>

  • All Implemented Interfaces:
    akka.stream.Graph<akka.stream.FlowShape<T,​U>,​akka.NotUsed>, java.io.Serializable, scala.Equals, scala.Product

    public class ExposeAttributes<T,​U>
    extends akka.stream.stage.GraphStage<akka.stream.FlowShape<T,​U>>
    implements scala.Product, java.io.Serializable
    INTERNAL API
    See Also:
    Serialized Form
    • 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
      ExposeAttributes​(scala.Function1<akka.stream.Attributes,​scala.Function1<T,​U>> functionConstructor)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      akka.stream.stage.GraphStageLogic createLogic​(akka.stream.Attributes inheritedAttributes)  
      scala.Function1<akka.stream.Attributes,​scala.Function1<T,​U>> functionConstructor()  
      akka.stream.Inlet<T> in()  
      akka.stream.Outlet<U> out()  
      akka.stream.FlowShape<T,​U> shape()  
      • Methods inherited from class akka.stream.stage.GraphStage

        createLogicAndMaterializedValue
      • Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue

        addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • ExposeAttributes

        public ExposeAttributes​(scala.Function1<akka.stream.Attributes,​scala.Function1<T,​U>> functionConstructor)
    • Method Detail

      • functionConstructor

        public scala.Function1<akka.stream.Attributes,​scala.Function1<T,​U>> functionConstructor()
      • in

        public akka.stream.Inlet<T> in()
      • out

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

        public akka.stream.FlowShape<T,​U> shape()
        Specified by:
        shape in interface akka.stream.Graph<T,​U>
      • createLogic

        public akka.stream.stage.GraphStageLogic createLogic​(akka.stream.Attributes inheritedAttributes)
        Specified by:
        createLogic in class akka.stream.stage.GraphStage<akka.stream.FlowShape<T,​U>>