Click or drag to resize
Akka.NETJournalSpecPreparePersistenceId 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.42 (1.2.3.42)
Syntax
protected virtual void PreparePersistenceId(
	string pid
)

Parameters

pid
Type: SystemString
See Also