Package org.apache.pekko.stream.scaladsl
Class RestartWithBackoffSink<T>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<SinkShape<T>>
org.apache.pekko.stream.scaladsl.RestartWithBackoffSink<T>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M> -
Constructor Summary
ConstructorsConstructorDescriptionRestartWithBackoffSink(scala.Function0<Sink<T, ?>> sinkFactory, RestartSettings restartSettings) -
Method Summary
Modifier and TypeMethodDescriptioncreateLogic(Attributes inheritedAttributes) in()shape()The shape of a graph is all that is externally visible: its inlets and outlets.Methods inherited from class org.apache.pekko.stream.stage.GraphStage
createLogicAndMaterializedValueMethods inherited from class org.apache.pekko.stream.stage.GraphStageWithMaterializedValue
initialAttributes, withAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.stream.Graph
addAttributes, async, async, async, getAttributes, named
-
Constructor Details
-
RestartWithBackoffSink
public RestartWithBackoffSink(scala.Function0<Sink<T, ?>> sinkFactory, RestartSettings restartSettings)
-
-
Method Details
-
createLogic
- Specified by:
createLogicin classGraphStage<SinkShape<T>>
-
in
-
shape
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.
-