Table of Contents

Class GetEventStreamRequest

Namespace
NArk.Abstractions.Batches
Assembly
NArk.Abstractions.dll

Subscription request for the Arkade server event stream, filtered to the given topics.

public record GetEventStreamRequest : IEquatable<GetEventStreamRequest>
Inheritance
GetEventStreamRequest
Implements
Inherited Members

Constructors

GetEventStreamRequest(string[])

Subscription request for the Arkade server event stream, filtered to the given topics.

public GetEventStreamRequest(string[] Topics)

Parameters

Topics string[]

Properties

Topics

public string[] Topics { get; init; }

Property Value

string[]