Namespace PushTechnology.ClientInterface.Client.Features.Topics

Classes

DefaultSubscriberStream

Represents the abstract default subscriber stream.

DefaultValueStream<TValue>

Represents the abstract default value stream.

Interfaces

ISubscriberStream

Represents the base subscriber stream interface.

IValueStream<TValue>

The stream interface that can be registered to receive subscription and value events whenever an update is received from the server.

Back to top