Translate Getting Started Guide to Typed, #25998

* convert example code
* update doc content
* update diagrams
* rewrite parental supervison part
This commit is contained in:
Patrik Nordwall 2018-10-28 08:49:58 -04:00
parent 4966d5262e
commit 76276e6504
77 changed files with 6235 additions and 43 deletions

View file

@ -156,7 +156,7 @@ public class ClusterShardingTest {
static//#counter-actor
public class Counter extends AbstractPersistentActor {
public static enum CounterOp {
public enum CounterOp {
INCREMENT, DECREMENT
}