CommunityToolkit.Aspire.Hosting.LavinMQ
📦 CommunityToolkit.Aspire.Hosting.LavinMQ v13.4.0 3 Functions
1 Types
1 types and 5 members
Types
Functions
method
addLavinMQ builder Adds 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): LavinMQContainerResource method
withDataBindMount builder Configures 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): LavinMQContainerResource method
withDataVolume builder Configures a data volume for the LavinMQ container resource by specifying its name and read-only status.
withDataVolume(name: string, isReadOnly?: boolean): LavinMQContainerResource