GetChannelCopy(TChannelKey key) | IotDash.Domain.Mediator.AbstractMediator< string, MqttApplicationMessage > | pure virtual |
GetRetained(string topic) | IotDash.Services.Mqtt.MqttMediator | inline |
HasSubscribersOnTopic(string topic) | IotDash.Services.Mqtt.MqttMediator | pure virtual |
Keys | IotDash.Domain.Mediator.AbstractMediator< string, MqttApplicationMessage > | |
MqttSend(string channel, object sender, MqttApplicationMessage msg) (defined in IotDash.Services.Mqtt.MqttMediator) | IotDash.Services.Mqtt.MqttMediator | protectedpure virtual |
Send(string channel, object sender, MqttApplicationMessage msg) | IotDash.Services.Mqtt.MqttMediator | inline |
Send(string topic, object sender, string content) | IotDash.Services.Mqtt.MqttMediator | inline |
AbstractMediator< string, MqttApplicationMessage >.Send(TChannelKey msgChannel, object sender, TMsg msg) | IotDash.Domain.Mediator.AbstractMediator< string, MqttApplicationMessage > | pure virtual |
Subscribe(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target, out ISubscription subscription) | IotDash.Domain.Mediator.AbstractMediator< string, MqttApplicationMessage > | inlinevirtual |
Subscribe(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target, SubscriptionGuard guard) | IotDash.Domain.Mediator.AbstractMediator< string, MqttApplicationMessage > | inlinevirtual |
SubscribeInternal(TChannelKey msgChannel, ITarget< TChannelKey, TMsg > target) | IotDash.Domain.Mediator.AbstractMediator< string, MqttApplicationMessage > | protectedpure virtual |
TargetCount | IotDash.Domain.Mediator.AbstractMediator< string, MqttApplicationMessage > | |
TargetCountOnChannel(TChannelKey key) | IotDash.Domain.Mediator.AbstractMediator< string, MqttApplicationMessage > | pure virtual |