IOperatorHub
Namespace: Meshmakers.Octo.Communication.Contracts.Hubs
Server-side hub interface for operator management connections. Used by the Communication Operator to register for tenant lifecycle notifications.
public interface IOperatorHub
Methods
RegisterOperatorAsync()
Registers the operator for receiving tenant lifecycle events.
Task<IEnumerable<string>> RegisterOperatorAsync()
Returns
Task<IEnumerable<String>>
List of tenant IDs that currently have communication enabled
UnregisterOperatorAsync()
Unregisters the operator from receiving tenant lifecycle events.
Task UnregisterOperatorAsync()