Package akka.stream.impl
Class SetupSinkStage<T,M>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<SinkShape<T>,scala.concurrent.Future<M>>
-
- akka.stream.impl.SetupSinkStage<T,M>
-
public final class SetupSinkStage<T,M> extends GraphStageWithMaterializedValue<SinkShape<T>,scala.concurrent.Future<M>>
Internal Api
-
-
Constructor Summary
Constructors Constructor Description SetupSinkStage(scala.Function2<ActorMaterializer,Attributes,Sink<T,M>> factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Tuple2<GraphStageLogic,scala.concurrent.Future<M>>
createLogicAndMaterializedValue(Attributes inheritedAttributes)
SinkShape<T>
shape()
The shape of a graph is all that is externally visible: its inlets and outlets.-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
createLogicAndMaterializedValue, initialAttributes, traversalBuilder, withAttributes
-
-
-
-
Constructor Detail
-
SetupSinkStage
public SetupSinkStage(scala.Function2<ActorMaterializer,Attributes,Sink<T,M>> factory)
-
-
Method Detail
-
createLogicAndMaterializedValue
public scala.Tuple2<GraphStageLogic,scala.concurrent.Future<M>> createLogicAndMaterializedValue(Attributes inheritedAttributes)
- Specified by:
createLogicAndMaterializedValue
in classGraphStageWithMaterializedValue<SinkShape<T>,scala.concurrent.Future<M>>
-
-