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
akka-persistence-inmemory 1.3.6-RC1
Group ID:
com.github.dnvriend
Artifact ID:
akka-persistence-inmemory_2.11
Version:
1.3.6-RC1
Release Date:
Aug 3, 2016
Licenses:
Files:
Full Scala Version:
2.11.8
Developers:
libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "1.3.6-RC1"
ivy"com.github.dnvriend::akka-persistence-inmemory:1.3.6-RC1"
//> using dep "com.github.dnvriend::akka-persistence-inmemory:1.3.6-RC1"
import $ivy.`com.github.dnvriend::akka-persistence-inmemory:1.3.6-RC1`
<dependency> <groupId>com.github.dnvriend</groupId> <artifactId>akka-persistence-inmemory_2.11</artifactId> <version>1.3.6-RC1</version> </dependency>
compile group: 'com.github.dnvriend', name: 'akka-persistence-inmemory_2.11', version: '1.3.6-RC1'