CommunityToolkit.Aspire.Hosting.LavinMQ
📦 CommunityToolkit.Aspire.Hosting.LavinMQv13.4.03Functions
1Types
1 types and 5 members
Types
Functions
method
addLavinMQbuilderAdds a LavinMQ container resource to the distributed application builder. Configures the resource with specified parameters and sets up health checks for the resource.
addLavinMQ(name: string, amqpPort?: number, managementPort?: number): LavinMQContainerResourcemethod
withDataBindMountbuilderConfigures a bind mount for the LavinMQ container resource to allow data persistence. The method mounts a specified source path on the host to the container's data directory.
withDataBindMount(source: string, isReadOnly?: boolean): LavinMQContainerResourcemethod
withDataVolumebuilderConfigures a data volume for the LavinMQ container resource by specifying its name and read-only status.
withDataVolume(name: string, isReadOnly?: boolean): LavinMQContainerResource