Remove erroneous in distributed data doc (#24999)
This commit is contained in:
parent
96b285edd4
commit
a9be6ea1d2
1 changed files with 2 additions and 5 deletions
|
|
@ -71,11 +71,8 @@ The `modify` function is called by the `Replicator` actor and must therefore be
|
|||
function that only uses the data parameter and stable fields from enclosing scope. It must
|
||||
for example not access the sender (@scala[`sender()`]@java[`getSender()`]) reference of an enclosing actor.
|
||||
|
||||
`Update`
|
||||
is intended to only be sent from an actor running in same local
|
||||
`ActorSystem`
|
||||
as
|
||||
: the `Replicator`, because the `modify` function is typically not serializable.
|
||||
`Update` is intended to only be sent from an actor running in same local `ActorSystem`
|
||||
as the `Replicator`, because the `modify` function is typically not serializable.
|
||||
|
||||
|
||||
You supply a write consistency level which has the following meaning:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue