Class EventsByTagSpec
Inherited Members
Namespace: Akka.Persistence.TCK.Query
Assembly: Akka.Persistence.TCK.dll
Syntax
public abstract class EventsByTagSpec : TestKit, IActorRefFactory, IDisposable
Constructors
| Edit this page View SourceEventsByTagSpec(Config?, string?, ITestOutputHelper?)
Declaration
protected EventsByTagSpec(Config? config = null, string? actorSystemName = null, ITestOutputHelper? output = null)
Parameters
| Type | Name | Description |
|---|---|---|
| Config | config | |
| string | actorSystemName | |
| ITestOutputHelper | output |
Properties
| Edit this page View SourceMaterializer
Declaration
protected ActorMaterializer Materializer { get; }
Property Value
| Type | Description |
|---|---|
| ActorMaterializer |
ReadJournal
Declaration
protected IReadJournal? ReadJournal { get; set; }
Property Value
| Type | Description |
|---|---|
| IReadJournal |
SupportsTagsInEventEnvelope
Declaration
protected virtual bool SupportsTagsInEventEnvelope { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
| Edit this page View SourceReadJournal_live_query_EventsByTag_should_find_events_from_offset_exclusive()
Declaration
[Fact]
public virtual void ReadJournal_live_query_EventsByTag_should_find_events_from_offset_exclusive()
ReadJournal_live_query_EventsByTag_should_find_new_events()
Declaration
[Fact]
public virtual void ReadJournal_live_query_EventsByTag_should_find_new_events()
ReadJournal_should_implement_IEventsByTagQuery()
Declaration
[Fact]
public void ReadJournal_should_implement_IEventsByTagQuery()
Edit this page