Package akka.stream.scaladsl
Class RestartWithBackoffSink<T>
- java.lang.Object
-
- akka.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
-
- akka.stream.stage.GraphStage<SinkShape<T>>
-
- akka.stream.scaladsl.RestartWithBackoffSink<T>
-
public final class RestartWithBackoffSink<T> extends GraphStage<SinkShape<T>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M>
-
-
Constructor Summary
Constructors Constructor Description RestartWithBackoffSink(scala.Function0<Sink<T,?>> sinkFactory, RestartSettings restartSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestartWithBackoffLogic<SinkShape<T>>
createLogic(Attributes inheritedAttributes)
Inlet<T>
in()
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.GraphStage
createLogicAndMaterializedValue
-
Methods inherited from class akka.stream.stage.GraphStageWithMaterializedValue
initialAttributes, withAttributes
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.stream.Graph
addAttributes, async, async, async, getAttributes, named
-
-
-
-
Constructor Detail
-
RestartWithBackoffSink
public RestartWithBackoffSink(scala.Function0<Sink<T,?>> sinkFactory, RestartSettings restartSettings)
-
-
Method Detail
-
createLogic
public RestartWithBackoffLogic<SinkShape<T>> createLogic(Attributes inheritedAttributes)
- Specified by:
createLogic
in classGraphStage<SinkShape<T>>
-
-