Click or drag to resize
Akka.NETPersistenceExtension Methods

The PersistenceExtension type exposes the following members.

Methods
  NameDescription
Public methodAdaptersFor
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.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodJournalFor
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`.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPersistenceId
TBD
Public methodSnapshotStoreFor
Returns a snapshot store plugin actor identified by snapshotPluginId. When empty, looks in `akka.persistence.snapshot-store.plugin` to find configuration entry path. When configured, uses snapshotPluginId as absolute path to the snapshot store configuration entry. Configuration entry must contain few required fields, such as `class`. See `persistence.conf`.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also