Package org.apache.pekko.pattern
Interface HandleBackoff
public interface HandleBackoff
INTERNAL API
Implements basic backoff handling for internal.BackoffOnRestartSupervisor and internal.BackoffOnStopSupervisor.
-
Method Summary
Modifier and TypeMethodDescriptionscala.Option<ActorRef>child()voidbooleanvoidfinalStopMessageReceived_$eq(boolean x$1) scala.PartialFunction<Object,scala.runtime.BoxedUnit> voidvoidpreStart()reset()intvoidrestartCount_$eq(int x$1) void
-
Method Details
-
child
scala.Option<ActorRef> child() -
childName
String childName() -
childProps
Props childProps() -
child_$eq
-
finalStopMessageReceived
boolean finalStopMessageReceived() -
finalStopMessageReceived_$eq
void finalStopMessageReceived_$eq(boolean x$1) -
handleBackoff
scala.PartialFunction<Object,scala.runtime.BoxedUnit> handleBackoff() -
handleMessageToChild
-
preStart
void preStart() -
reset
BackoffReset reset() -
restartCount
int restartCount() -
restartCount_$eq
void restartCount_$eq(int x$1) -
startChild
void startChild()
-