akka.persistence
Interface PluginSpec

All Superinterfaces:
TestKitBase
All Known Subinterfaces:
JournalPerfSpec, JournalSpec, SnapshotStoreSpec
All Known Implementing Classes:
JavaJournalPerfSpec, JavaJournalSpec, JavaSnapshotStoreSpec

public interface PluginSpec
extends TestKitBase


Method Summary
 Persistence _extension()
           
 java.lang.String _pid()
           
 int actorInstanceId()
           
 void afterAll()
           
 void beforeAll()
           
 void beforeEach()
           
 com.typesafe.config.Config config()
           
 java.util.concurrent.atomic.AtomicInteger counter()
           
 Persistence extension()
           
 java.lang.String pid()
           
<T> boolean
subscribe(ActorRef subscriber, scala.reflect.ClassTag<T> evidence$1)
           
 
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, system, testActor, testKitSettings, unwatch, watch, within, within
 

Method Detail

counter

java.util.concurrent.atomic.AtomicInteger counter()

_extension

Persistence _extension()

_pid

java.lang.String _pid()

actorInstanceId

int actorInstanceId()

beforeEach

void beforeEach()

beforeAll

void beforeAll()

afterAll

void afterAll()

config

com.typesafe.config.Config config()

extension

Persistence extension()

pid

java.lang.String pid()

subscribe

<T> boolean subscribe(ActorRef subscriber,
                      scala.reflect.ClassTag<T> evidence$1)