Skip to content
DocsTry Aspire
DocsTry

addMosquitto

Method
📦 CommunityToolkit.Aspire.Hosting.Mosquitto v13.5.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addMosquitto(
name: string,
port?: number): MosquittoServerResource;
}

Signature

methodaddMosquittobuilder
Adds a Mosquitto container resource to the application. Mosquitto is an open source MQTT message broker, so the resource can be referenced by any MQTT client integration.
addMosquitto(
name: string,
port?: number): MosquittoServerResource
namestring
portnumberoptional
MosquittoServerResource

Applies to

This method applies to the following types: