pekko/akka-persistence/src
Arnout Engelen 4b632c4537 Add convenience method to start timer without key (#27875)
* Add convenience method to start timer without key

It is probably common that there is no need to allow different timers
that send the same message, and this makes that more convenient to write.

Updated one method to gather feedback, if we like the change I can apply
it to the others as well.

* Add alternative to all typed timer API's

Update java/scaladoc, update tests

Not updated classic actors and FSM API's
2019-11-26 13:26:49 +00:00
..
main Add convenience method to start timer without key (#27875) 2019-11-26 13:26:49 +00:00
test lastSequenceNr should reflect the snapshot sequence and not start with 0 when journal is empty (#27496) 2019-10-14 14:51:09 +02:00