C# (CSharp) Akka.Pattern BackoffSupervisor - 3 examples found. These are the top rated real world C# (CSharp) examples of Akka.Pattern.BackoffSupervisor extracted from open source projects. You can rate examples to help us improve the quality of examples.
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.