!per Additional deprecations and cleanup
(cherry picked from commit 98619647e372121fb3c2072a0eab20de4148f7d9) Conflicts: akka-persistence/src/main/scala/akka/persistence/JournalProtocol.scala akka-persistence/src/main/scala/akka/persistence/snapshot/SnapshotStore.scala
This commit is contained in:
parent
33027999da
commit
f6aa491ef0
13 changed files with 104 additions and 98 deletions
|
|
@ -48,7 +48,7 @@ object Update {
|
|||
/**
|
||||
* A view replicates the persistent message stream of a [[PersistentActor]]. Implementation classes receive
|
||||
* the message stream directly from the Journal. These messages can be processed to update internal state
|
||||
* in order to maintain an (eventual consistent) view of the state of the corresponding processor. A
|
||||
* in order to maintain an (eventual consistent) view of the state of the corresponding persistent actor. A
|
||||
* persistent view can also run on a different node, provided that a replicated journal is used.
|
||||
*
|
||||
* Implementation classes refer to a persistent actors' message stream by implementing `persistenceId`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue