akka.persistence.japi.journal
Class JavaJournalSpec

java.lang.Object
  extended by akka.persistence.japi.journal.JavaJournalSpec
All Implemented Interfaces:
JournalSpec, PluginSpec, TestKitBase

public class JavaJournalSpec
extends java.lang.Object
implements JournalSpec

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).

See Also:
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
 
Methods inherited from interface akka.testkit.TestKitBase
awaitAssert, awaitCond, checkMissingAndUnexpected, end, expectMsg_internal, expectMsg, expectMsg, expectMsg, expectMsgAllClassOf, expectMsgAllClassOf, expectMsgAllConformingOf, expectMsgAllConformingOf, expectMsgAllOf_internal, expectMsgAllOf, expectMsgAllOf, expectMsgAnyClassOf_internal, expectMsgAnyClassOf, expectMsgAnyClassOf, expectMsgAnyOf_internal, expectMsgAnyOf, expectMsgAnyOf, expectMsgClass_internal, expectMsgClass, expectMsgClass, expectMsgPF, expectMsgType, expectMsgType, expectNoMsg_internal, expectNoMsg, expectNoMsg, expectTerminated, fishForMessage, format, ignoreMsg, ignoreNoMsg, internalExpectMsgAllClassOf, internalExpectMsgAllConformingOf, lastMessage, lastSender, lastWasNoMsg, msgAvailable, now, queue, receiveN_internal, receiveN, receiveN, receiveOne, receiveWhile, remaining, remainingOr, remainingOrDilated, setAutoPilot, shutdown, testActor, testKitSettings, unwatch, watch, within, within
 

Constructor Detail

JavaJournalSpec

public JavaJournalSpec(com.typesafe.config.Config config)
Method Detail

config

public com.typesafe.config.Config config()
Specified by:
config in interface PluginSpec