Package akka.pattern
Interface HandleBackoff
- 
public interface HandleBackoffINTERNAL APIImplements basic backoff handling for
internal.BackoffOnRestartSupervisorandinternal.BackoffOnStopSupervisor. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.Option<ActorRef>child()voidchild_$eq(scala.Option<ActorRef> x$1)java.lang.StringchildName()PropschildProps()booleanfinalStopMessageReceived()voidfinalStopMessageReceived_$eq(boolean x$1)scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>handleBackoff()voidhandleMessageToChild(java.lang.Object m)voidpreStart()BackoffResetreset()intrestartCount()voidrestartCount_$eq(int x$1)voidstartChild() 
 - 
 
- 
- 
Method Detail
- 
child
scala.Option<ActorRef> child()
 
- 
childName
java.lang.String childName()
 
- 
childProps
Props childProps()
 
- 
child_$eq
void child_$eq(scala.Option<ActorRef> x$1)
 
- 
finalStopMessageReceived
boolean finalStopMessageReceived()
 
- 
finalStopMessageReceived_$eq
void finalStopMessageReceived_$eq(boolean x$1)
 
- 
handleBackoff
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> handleBackoff()
 
- 
handleMessageToChild
void handleMessageToChild(java.lang.Object m)
 
- 
preStart
void preStart()
 
- 
reset
BackoffReset reset()
 
- 
restartCount
int restartCount()
 
- 
restartCount_$eq
void restartCount_$eq(int x$1)
 
- 
startChild
void startChild()
 
 - 
 
 -