Package org.apache.pekko.stream
Class SubstreamCancelStrategy$
java.lang.Object
org.apache.pekko.stream.SubstreamCancelStrategy$
Deprecated.
Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SubstreamCancelStrategy$Deprecated.Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondrain()Deprecated.Drain substream on cancellation in order to prevent stalling of the stream of streams.Deprecated.Cancel the stream of streams if any substream is cancelled.
-
Field Details
-
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
SubstreamCancelStrategy$
public SubstreamCancelStrategy$()Deprecated.
-
-
Method Details
-
propagate
Deprecated.Cancel the stream of streams if any substream is cancelled. -
drain
Deprecated.Drain substream on cancellation in order to prevent stalling of the stream of streams.
-