Class SubscribePersistenceId
Subscribe the sender to changes (appended events) for a specific persistenceId.
Used by query-side. The journal will send EventAppended messages to
the subscriber when WriteMessagesAsync(IEnumerable<AtomicWrite>) has been called.
Implements
Inherited Members
Namespace: Akka.Persistence.Sql.Common.Journal
Assembly: Akka.Persistence.Sqlite.dll
Syntax
[Serializable]
[Obsolete("Query is not implemented.", true)]
public sealed class SubscribePersistenceId : ISubscriptionCommand
Constructors
| Improve this Doc View SourceSubscribePersistenceId(String)
TBD
Declaration
public SubscribePersistenceId(string persistenceId)
Parameters
| Type | Name | Description |
|---|---|---|
| String | persistenceId | TBD |
Fields
| Improve this Doc View SourcePersistenceId
TBD
Declaration
public readonly string PersistenceId
Field Value
| Type | Description |
|---|---|
| String |
Improve this Doc