Class ExposeAttributes<T,U>

java.lang.Object
akka.stream.stage.GraphStageWithMaterializedValue<S,akka.NotUsed>
akka.stream.stage.GraphStage<akka.stream.FlowShape<T,U>>
akka.http.impl.util.ExposeAttributes<T,U>
All Implemented Interfaces:
akka.stream.Graph<akka.stream.FlowShape<T,U>,akka.NotUsed>, Serializable, scala.Equals, scala.Product

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

    Modifier and Type
    Method
    Description
    akka.stream.stage.GraphStageLogic
    createLogic(akka.stream.Attributes inheritedAttributes)
     
    scala.Function1<akka.stream.Attributes,scala.Function1<T,U>>
     
    akka.stream.Inlet<T>
    in()
     
    akka.stream.Outlet<U>
    out()
     
    akka.stream.FlowShape<T,U>
     

    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 Details

    • ExposeAttributes

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

    • 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>>