| JournalSpecPreparePersistenceId Method |
Overridable hook that is called before populating the journal for the next test case.
pid is the persistenceId that will be used in the test.
This method may be needed to clean pre-existing events from the log.
Namespace:
Akka.Persistence.TestKit.Journal
Assembly:
Akka.Persistence.TestKit (in Akka.Persistence.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax protected virtual void PreparePersistenceId(
string pid
)
abstract PreparePersistenceId :
pid : string -> unit
override PreparePersistenceId :
pid : string -> unit
Parameters
- pid
- Type: SystemString
See Also