Docs: Fix a small typo in sharded daemon process docs (#29097)
This commit is contained in:
parent
afc9813c55
commit
7bae3d8160
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ Java
|
|||
|
||||
An additional factory method is provided for further configurability and providing a graceful stop message for the actor.
|
||||
|
||||
## Adressing the actors
|
||||
## Addressing the actors
|
||||
|
||||
In use cases where you need to send messages to the daemon process actors it is recommended to use the @ref:[system receptionist](actor-discovery.md)
|
||||
either with a single `ServiceKey` which all daemon process actors register themeselves to for broadcasts or individual keys if more fine grained messaging is needed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue