MosquittoServerResource Constructors
ClassConstructors1 member
A resource that represents a Mosquitto MQTT broker container.
Constructor(string)Section titled Constructor(string) A resource that represents a Mosquitto MQTT broker container.
public class MosquittoServerResource{ public MosquittoServerResource( string name) { // ... }}Parameters
namestringThe name of the resource.Remarks
Mosquitto is an open source MQTT message broker. The
MosquittoServerResource.ConnectionStringExpression returns a mqtt://host:port URI that MQTT clients use to connect.