이름 | 설명 |
---|---|
BackoffSupervisor | Actor used to supervise actors with ability to restart them after back-off timeout occurred. It's designed for cases when i.e. persistent actor stops due to journal unavailability or failure. In this case it better to wait before restart. |
BackoffSupervisor.CurrentChild | |
BackoffSupervisor.GetCurrentChild | |
BackoffSupervisor.ResetRestartCount | |
BackoffSupervisor.StartChild | |
IllegalStateException |