Class SubscribeTag
Subscribe the sender to changes (appended events) for a specific tag.
Used by query-side. The journal will send TaggedEventAppended messages to
the subscriber when asyncWriteMessages has been called.
Events are tagged by wrapping in Tagged
via an IEventAdapter.
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 SubscribeTag : ISubscriptionCommand
Constructors
| Improve this Doc View SourceSubscribeTag(String)
TBD
Declaration
public SubscribeTag(string tag)
Parameters
| Type | Name | Description |
|---|---|---|
| String | tag | TBD |
Fields
| Improve this Doc View SourceTag
TBD
Declaration
public readonly string Tag
Field Value
| Type | Description |
|---|---|
| String |
Improve this Doc