Click or drag to resize
Akka.NETPersistenceExtensionAdaptersFor 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.42 (1.2.3.42)
Syntax
public EventAdapters AdaptersFor(
	string journalPluginId
)

Parameters

journalPluginId
Type: SystemString
TBD

Return Value

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