PersistenceExtension Class |
Namespace: Akka.Persistence
The PersistenceExtension type exposes the following members.
Name | Description | |
---|---|---|
PersistenceExtension |
Creates a new Akka.Persistence extension.
|
Name | Description | |
---|---|---|
DefaultInternalStashOverflowStrategy |
TBD
| |
Settings |
The Akka.Persistence settings for the journal and snapshot store
|
Name | Description | |
---|---|---|
AdaptersFor |
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.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
JournalFor |
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`.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PersistenceId |
TBD
| |
SnapshotStoreFor |
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`.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsInstanceOfT |
TBD
(Defined by Extensions.) | |
Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |