dnvriend / akka-persistence-inmemory

Akka-persistence-inmemory is a plugin for akka-persistence that stores journal and snapshot messages memory, which is very useful when testing persistent actors, persistent FSM and akka cluster
Apache License 2.0
134 stars 41 forks source link

Provide nice Java API for clearing journal #52

Closed chbatey closed 6 years ago

chbatey commented 6 years ago

As it is a case object and the objects live within an object is is hard to use them from Java.

Also the type is lost when looking up the extension unless you override get().

This is the pattern we follow in the Akka code base.