| PersistenceExtensionJournalFor 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.129 (1.2.3.129)
Syntax public IActorRef JournalFor(
string journalPluginId
)
member JournalFor :
journalPluginId : string -> IActorRef
Parameters
- journalPluginId
- Type: SystemString
TBD
Return Value
Type:
IActorRefTBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown when either the plugin class name is undefined or the configuration path is missing.
|
See Also