Package org.apache.pekko.pattern
Class BackoffOnStopOptionsImpl$
java.lang.Object
org.apache.pekko.pattern.BackoffOnStopOptionsImpl$
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BackoffOnStopOptionsImpl$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> scala.Option<BackoffReset><T> BackoffOnStopOptionsImpl<T>apply(Props childProps, String childName, scala.concurrent.duration.FiniteDuration minBackoff, scala.concurrent.duration.FiniteDuration maxBackoff, double randomFactor, scala.Option<BackoffReset> reset, OneForOneStrategy supervisorStrategy, HandlingWhileStopped handlingWhileStopped, scala.Option<scala.Function1<Object, Object>> finalStopMessage) <T> scala.Option<BackoffReset>final StringtoString()<T> scala.Option<scala.Tuple9<Props,String, scala.concurrent.duration.FiniteDuration, scala.concurrent.duration.FiniteDuration, Object, scala.Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped, scala.Option<scala.Function1<Object, Object>>>> unapply(BackoffOnStopOptionsImpl<T> x$0)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
BackoffOnStopOptionsImpl$
public BackoffOnStopOptionsImpl$()
-
-
Method Details
-
$lessinit$greater$default$6
-
$lessinit$greater$default$7
-
$lessinit$greater$default$8
-
$lessinit$greater$default$9
-
toString
-
apply
public <T> BackoffOnStopOptionsImpl<T> apply(Props childProps, String childName, scala.concurrent.duration.FiniteDuration minBackoff, scala.concurrent.duration.FiniteDuration maxBackoff, double randomFactor, scala.Option<BackoffReset> reset, OneForOneStrategy supervisorStrategy, HandlingWhileStopped handlingWhileStopped, scala.Option<scala.Function1<Object, Object>> finalStopMessage) -
apply$default$6
-
apply$default$7
-
apply$default$8
-
apply$default$9
-
unapply
public <T> scala.Option<scala.Tuple9<Props,String, unapplyscala.concurrent.duration.FiniteDuration, scala.concurrent.duration.FiniteDuration, Object, scala.Option<BackoffReset>, OneForOneStrategy, HandlingWhileStopped, scala.Option<scala.Function1<Object, Object>>>> (BackoffOnStopOptionsImpl<T> x$0)
-