pekko/akka-persistence-typed/src
Patrik Nordwall 9c1153b1a6 Make the stop message in sharding optional, #25642
* It's mostly technical concern that is blurring the business logic in the entity
* Async interactions before stopping is often not needed
* Implemented with an internal PoisonPill signal that is added by sharding,
* Persistent actors handle PoisonPill and run side effects after persist
  and process stashed messages before stopping.

* remove unecessary stop messages

* reference docs
2018-11-06 19:43:55 +01:00
..
main Make the stop message in sharding optional, #25642 2018-11-06 19:43:55 +01:00
test Make the stop message in sharding optional, #25642 2018-11-06 19:43:55 +01:00