Skip to content

IReceiver

Namespace: MQTT_Receiver_Worker.MQTT.Interfaces

Interface for MQTT topic subscription management.
Provides abstraction for subscribing to configured MQTT topics.

public interface IReceiver

Methods

SubscribeToTopics()

Subscribes to configured MQTT topics using shared subscriptions.
Retrieves topic settings from the repository and establishes subscriptions

Task SubscribeToTopics()

Returns

A task that represents the asynchronous subscribe operation.