rama creada apartir de master en j
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
namespace adas_core.Domain.Models.AppSettings;
|
||||
|
||||
/// <summary>
|
||||
/// Represents configuration settings for connecting to and interacting with a RabbitMQ message broker.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This class is intended to hold RabbitMQ-related configuration values, such as connection details and broker options, that can be bound from application configuration sources.
|
||||
/// </remarks>
|
||||
public class RabbitMqSettings
|
||||
{
|
||||
public string ConnectionString { get; set; } = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user