ICurrentEventsByTagQuery Interface |
Namespace: Akka.Persistence.Query
The ICurrentEventsByTagQuery type exposes the following members.
Name | Description | |
---|---|---|
CurrentEventsByTag |
Same type of query as EventsByTag(String, Int64) but the event stream
is completed immediately when it reaches the end of the "result set". Events that are
stored after the query is completed are not included in the event stream.
|