Click or drag to resize
Akka.NETICurrentEventsByTagQuery Interface
A plugin may optionally support this query by implementing this trait.

Namespace:  Akka.Persistence.Query
Assembly:  Akka.Persistence.Query (in Akka.Persistence.Query.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public interface ICurrentEventsByTagQuery : IReadJournal

The ICurrentEventsByTagQuery type exposes the following members.

Methods
  NameDescription
Public methodCurrentEventsByTag
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.
Top
See Also