pekko/akka-samples/akka-sample-persistence-java
Konrad 'ktoso' Malawski 3fd240384c +per #15424 Added PersistentView, deprecated View
A PersistentView works the same way as View did previously, except:

* it requires an `peristenceId` (no default is provided)
* messages given to `receive` are NOT wrapped in Persistent()

akka-streams not touched, will update them afterwards on different branch

Also solves #15436 by making persistentId in PersistentView abstract.

(cherry picked from commit dcafaf788236fe6d018388dd55d5bf9650ded696)

Conflicts:
	akka-docs/rst/java/lambda-persistence.rst
	akka-docs/rst/java/persistence.rst
	akka-docs/rst/scala/persistence.rst
	akka-persistence/src/main/scala/akka/persistence/Persistent.scala
	akka-persistence/src/main/scala/akka/persistence/View.scala
2014-06-26 10:10:09 +02:00
..
project =per #3774 Persistence activator templates 2014-02-13 13:41:21 +01:00
src/main +per #15424 Added PersistentView, deprecated View 2014-06-26 10:10:09 +02:00
tutorial +per #15424 Added PersistentView, deprecated View 2014-06-26 10:10:09 +02:00
.gitignore =per #3774 Persistence activator templates 2014-02-13 13:41:21 +01:00
activator.properties =per #3774 Persistence activator templates 2014-02-13 13:41:21 +01:00
build.sbt =sam Update version numbers to 2.4-SNAPSHOT 2014-04-16 15:00:10 +02:00
COPYING =sam #3887 Public domain license for activator templates 2014-02-21 12:31:00 +01:00
LICENSE =sam #3887 Public domain license for activator templates 2014-02-21 12:31:00 +01:00