Package org.apache.pekko.stream.scaladsl
Class RestartWithBackoffSource<T>
java.lang.Object
org.apache.pekko.stream.stage.GraphStageWithMaterializedValue<S,NotUsed>
org.apache.pekko.stream.stage.GraphStage<SourceShape<T>>
org.apache.pekko.stream.scaladsl.RestartWithBackoffSource<T>
- All Implemented Interfaces:
Graph<SourceShape<T>,NotUsed>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.stream.Graph
Graph.GraphMapMatVal<S extends Shape,M> -
Constructor Summary
ConstructorsConstructorDescriptionRestartWithBackoffSource(scala.Function0<Source<T, ?>> sourceFactory, RestartSettings settings, boolean onlyOnFailures) -
Method Summary
Modifier and TypeMethodDescriptioncreateLogic(Attributes inheritedAttributes) out()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
-
RestartWithBackoffSource
public RestartWithBackoffSource(scala.Function0<Source<T, ?>> sourceFactory, RestartSettings settings, boolean onlyOnFailures)
-
-
Method Details
-
createLogic
- Specified by:
createLogicin classGraphStage<SourceShape<T>>
-
out
-
shape
Description copied from interface:GraphThe shape of a graph is all that is externally visible: its inlets and outlets.
-