I'm trying to find differences between UntypedActor and ReceiveActor. I read documents for both,
https://getakka.net/articles/actors/untyped-actor-api.html
https://getakka.net/articles/actors/receive-actor-api.html
but it seems both provide almost the same features. how do I select? where should I use them?