CommunityToolkit.Aspire.Hosting.Mosquitto
📦 CommunityToolkit.Aspire.Hosting.Mosquittov13.5.03Functions
1Types
1 types and 5 members
Types
Functions
method
addMosquittobuilderAdds 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): MosquittoServerResourcemethod
withDataBindMountbuilderAdds a bind mount for the data folder to a Mosquitto container resource.
withDataBindMount(source: string, isReadOnly?: boolean): MosquittoServerResourcemethod
withDataVolumebuilderAdds a named volume for the data folder to a Mosquitto container resource.
withDataVolume(name?: string, isReadOnly?: boolean): MosquittoServerResource