!per #17586 async snapshot delete and remove timestamp from deleteSnapshot()

This commit is contained in:
Konrad Malawski 2015-06-03 15:56:00 +02:00
parent 156204aa81
commit 63baaf1b2b
16 changed files with 280 additions and 92 deletions

View file

@ -5,6 +5,7 @@
package akka.persistence.journal.japi;
import akka.persistence.*;
import scala.concurrent.Future;
interface SyncWritePlugin {
//#sync-write-plugin-api