Merge pull request #28777 from heraklos/fix-from-classic-package-name-example
[DOC] Fix example package names in `Learning Akka Typed from Classic `
This commit is contained in:
commit
a654f5a9aa
1 changed files with 6 additions and 6 deletions
|
|
@ -56,12 +56,12 @@ APIs, which is familiar from Akka Streams.
|
|||
|
||||
Examples of a few package names:
|
||||
|
||||
| Classic | Typed for Scala | Typed for Java |
|
||||
|-----------------------|---------------------------------|--------------------------------|
|
||||
| akka.actor | akka.actor.typed.scaladsl | akka.actor.typed.javadsl |
|
||||
| akka.cluster | akka.cluster.typed | akka.cluster.typed |
|
||||
| akka.cluster.sharding | akka.cluster.sharding.scaladsl | akka.cluster.sharding.javadsl |
|
||||
| akka.persistence | akka.persistence.typed.scaladsl | akka.persistence.typed.javadsl |
|
||||
| Classic | Typed for Scala | Typed for Java |
|
||||
|-----------------------|---------------------------------------|--------------------------------------|
|
||||
| akka.actor | akka.actor.typed.scaladsl | akka.actor.typed.javadsl |
|
||||
| akka.cluster | akka.cluster.typed | akka.cluster.typed |
|
||||
| akka.cluster.sharding | akka.cluster.sharding.typed.scaladsl | akka.cluster.sharding.typed.javadsl |
|
||||
| akka.persistence | akka.persistence.typed.scaladsl | akka.persistence.typed.javadsl |
|
||||
|
||||
## Actor definition
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue