Click or drag to resize
Akka.NETPersistenceExtensionJournalFor Method
Returns a journal plugin actor identified by journalPluginId. When empty, looks in `akka.persistence.journal.plugin` to find configuration entry path. When configured, uses journalPluginId as absolute path to the journal configuration entry. Configuration entry must contain few required fields, such as `class`. See `persistence.conf`.

Namespace:  Akka.Persistence
Assembly:  Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public IActorRef JournalFor(
	string journalPluginId
)

Parameters

journalPluginId
Type: SystemString
TBD

Return Value

Type: IActorRef
TBD
Exceptions
ExceptionCondition
ArgumentException This exception is thrown when either the plugin class name is undefined or the configuration path is missing.
See Also