|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.persistence.japi.journal.JavaJournalSpec
public class JavaJournalSpec
JAVA API
Java / JUnit API for JournalSpec.
In case your journal plugin needs some kind of setup or teardown, override the beforeAll or afterAll
methods (don't forget to call super in your overriden methods).
JournalSpec,
param: config configures the Journal plugin to be tested| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface akka.persistence.journal.JournalSpec |
|---|
JournalSpec.Confirmation, JournalSpec.Confirmation$ |
| Constructor Summary | |
|---|---|
JavaJournalSpec(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.journal.JournalSpec |
|---|
beforeEach, journal, receiverProbe, replayedMessage, senderProbe, system, writeMessages |
| Methods inherited from interface akka.persistence.PluginSpec |
|---|
_extension, _pid, actorInstanceId, afterAll, beforeAll, counter, extension, pid, subscribe |
| Constructor Detail |
|---|
public JavaJournalSpec(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 | ||||||||