Grammar fix (#29723)
This commit is contained in:
parent
73899ff16b
commit
7c9eed6d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ The node roles are defined in the configuration property named `akka.cluster.rol
|
|||
and typically defined in the start script as a system property or environment variable.
|
||||
|
||||
The roles are part of the membership information in `MemberEvent` that you can subscribe to. The roles
|
||||
of the own node are available from the `selfMember` and that can be used for conditionally start certain
|
||||
of the own node are available from the `selfMember` and that can be used for conditionally starting certain
|
||||
actors:
|
||||
|
||||
Scala
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue