| PersistenceExtensionAdaptersFor Method |
Returns an
EventAdapters object which serves as a per-journal collection of bound event adapters.
If no adapters are registered for a given journal the EventAdapters object will simply return the identity adapter for each
class, otherwise the most specific adapter matching a given class will be returned.
Namespace:
Akka.Persistence
Assembly:
Akka.Persistence (in Akka.Persistence.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public EventAdapters AdaptersFor(
string journalPluginId
)
member AdaptersFor :
journalPluginId : string -> EventAdapters
Parameters
- journalPluginId
- Type: SystemString
TBD
Return Value
Type:
EventAdaptersTBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown when either the plugin class name is undefined or the configuration path is missing.
|
See Also