Docs update for escaped characters in names, see#2123
This commit is contained in:
parent
22a31299b9
commit
07daa444f0
2 changed files with 4 additions and 2 deletions
|
|
@ -81,7 +81,8 @@ a top level actor, that is supervised by the system (internal guardian actor).
|
||||||
|
|
||||||
The name parameter is optional, but you should preferably name your actors, since
|
The name parameter is optional, but you should preferably name your actors, since
|
||||||
that is used in log messages and for identifying actors. The name must not be empty
|
that is used in log messages and for identifying actors. The name must not be empty
|
||||||
or start with ``$``. If the given name is already in use by another child to the
|
or start with ``$``, but it may contain URL encoded characters (eg. ``%20`` for a blank space).
|
||||||
|
If the given name is already in use by another child to the
|
||||||
same parent actor an `InvalidActorNameException` is thrown.
|
same parent actor an `InvalidActorNameException` is thrown.
|
||||||
|
|
||||||
Actors are automatically started asynchronously when created.
|
Actors are automatically started asynchronously when created.
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,8 @@ a top level actor, that is supervised by the system (internal guardian actor).
|
||||||
|
|
||||||
The name parameter is optional, but you should preferably name your actors, since
|
The name parameter is optional, but you should preferably name your actors, since
|
||||||
that is used in log messages and for identifying actors. The name must not be empty
|
that is used in log messages and for identifying actors. The name must not be empty
|
||||||
or start with ``$``. If the given name is already in use by another child to the
|
or start with ``$``, but it may contain URL encoded characters (eg. ``%20`` for a blank space).
|
||||||
|
If the given name is already in use by another child to the
|
||||||
same parent actor an `InvalidActorNameException` is thrown.
|
same parent actor an `InvalidActorNameException` is thrown.
|
||||||
|
|
||||||
Actors are automatically started asynchronously when created.
|
Actors are automatically started asynchronously when created.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue