Package org.apache.pekko.stream
Class SubstreamCancelStrategy$
- java.lang.Object
-
- org.apache.pekko.stream.SubstreamCancelStrategy$
-
public class SubstreamCancelStrategy$ extends java.lang.ObjectDeprecated.Use .withAttributes(ActorAttributes.supervisionStrategy(equivalentDecider)) rather than a SubstreamCancelStrategy. Since 1.1.0.
-
-
Field Summary
Fields Modifier and Type Field Description static SubstreamCancelStrategy$MODULE$Deprecated.Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SubstreamCancelStrategy$()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SubstreamCancelStrategydrain()Deprecated.Drain substream on cancellation in order to prevent stalling of the stream of streams.SubstreamCancelStrategypropagate()Deprecated.Cancel the stream of streams if any substream is cancelled.
-
-
-
Field Detail
-
MODULE$
public static final SubstreamCancelStrategy$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
propagate
public SubstreamCancelStrategy propagate()
Deprecated.Cancel the stream of streams if any substream is cancelled.
-
drain
public SubstreamCancelStrategy drain()
Deprecated.Drain substream on cancellation in order to prevent stalling of the stream of streams.
-
-