Akka.Persistence.TestKit.Journal.JournalSpec.PreparePersistenceId C# (CSharp) Метод

PreparePersistenceId() защищенный Метод

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.
protected PreparePersistenceId ( string pid ) : void
pid string
Результат void
        protected virtual void PreparePersistenceId(string pid)
        {
        }