LavinMQContainerResource Constructors
Class Constructors 1 member
Represents a container resource for LavinMQ with configurable authentication parameters and connection endpoint details, implementing the IResourceWithConnectionString interface.
Constructor(string) Section titled Constructor(string) Represents a container resource for LavinMQ with configurable authentication parameters and connection endpoint details, implementing the IResourceWithConnectionString interface.
public class LavinMQContainerResource{ public LavinMQContainerResource( string name) { // ... }}Parameters
name string The name of the LavinMQ resource instance.