|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.persistence.japi.snapshot.JavaSnapshotStoreSpec
public class JavaSnapshotStoreSpec
JAVA API
This spec aims to verify custom akka-persistence SnapshotStore implementations.
Plugin authors are highly encouraged to include it in their plugin's test suites.
In case your snapshot-store plugin needs some kind of setup or teardown, override the beforeAll or afterAll
methods (don't forget to call super in your overriden methods).
SnapshotStoreSpec| Constructor Summary | |
|---|---|
JavaSnapshotStoreSpec(com.typesafe.config.Config config)
|
|
| Method Summary | |
|---|---|
com.typesafe.config.Config |
config()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface akka.persistence.snapshot.SnapshotStoreSpec |
|---|
beforeEach, metadata, senderProbe, snapshotStore, system, writeSnapshots |
| Methods inherited from interface akka.persistence.PluginSpec |
|---|
_extension, _pid, actorInstanceId, afterAll, beforeAll, counter, extension, pid, subscribe |
| Constructor Detail |
|---|
public JavaSnapshotStoreSpec(com.typesafe.config.Config config)
| Method Detail |
|---|
public com.typesafe.config.Config config()
config in interface PluginSpec
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||