Package akka.http.impl.util
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>
,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
-
-
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.GraphStageWithMaterializedValue
addAttributes, async, async, async, createLogicAndMaterializedValue, getAttributes, initialAttributes, named, traversalBuilder, withAttributes
-
-