Slide 19
Slide 19 text
This is where the Akka Typed API comes in. This API is designed to be
“protocol-first”: you no longer have a choice but to spend at least a little
bit of time thinking about the messages each actor can deal with. Unlike
the classic API where following this best practice is optional, you need to
formalize the set of handled messages during implementation.
そこで Akka Typed API の出番です。この API は "プロトコルファースト" で設計されています。この
ベストプラクティスに従うことがオプションである古典的な API とは異なり、実装時に処理されるメッ
セージのセットを形式化する必要があります。
Tour of Akka Typed: Protocols and Behaviors
より引用