Renamed more things to SupervisorStrategy. Updated more docs. See #1711
This commit is contained in:
parent
66e0a7cf0b
commit
9e15d2062b
19 changed files with 166 additions and 148 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.. _fault-tolerance-scala:
|
||||
|
||||
Fault Handling Strategies (Scala)
|
||||
=================================
|
||||
Fault Tolerance (Scala)
|
||||
=======================
|
||||
|
||||
.. sidebar:: Contents
|
||||
|
||||
|
|
@ -12,8 +12,8 @@ children, and as such each actor defines fault handling supervisor strategy.
|
|||
This strategy cannot be changed afterwards as it is an integral part of the
|
||||
actor system’s structure.
|
||||
|
||||
Creating a Fault Handling Strategy
|
||||
----------------------------------
|
||||
Creating a Supervisor Strategy
|
||||
------------------------------
|
||||
|
||||
For the sake of demonstration let us consider the following strategy:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue