Send this message to the BackoffSupervisor and it will reply with
BackoffSupervisor.CurrentChild containing the ActorRef
of the current child, if any.
Java API: Send this message to the BackoffSupervisor and it will reply with
BackoffSupervisor.CurrentChild containing the ActorRef
of the current child, if any.
Props for creating an BackoffSupervisor actor.
Props for creating an BackoffSupervisor actor.
the akka.actor.Props of the child actor that will be started and supervised
name of the child actor
minimum (initial) duration until the child actor will started again, if it is terminated
the exponential back-off is capped to this duration
after calculation of the exponential back-off an additional
random delay based on this factor is added, e.g. 0.2
adds up to 20%
delay.
In order to skip this additional delay pass in 0
.