Class RabbitMqSettings
- Namespace
- adas_core.Domain.Models.AppSettings
- Assembly
- adas-core.Domain.dll
Represents configuration settings for connecting to and interacting with a RabbitMQ message broker.
public class RabbitMqSettings
- Inheritance
-
RabbitMqSettings
- Inherited Members
- Extension Methods
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.
Properties
AlarmObservationQueue
public string AlarmObservationQueue { get; set; }
Property Value
AppointmentsQueue
public string AppointmentsQueue { get; set; }
Property Value
ConnectionString
public string ConnectionString { get; set; }
Property Value
MaxRetries
public int MaxRetries { get; set; }
Property Value
ObservationsQueue
public string ObservationsQueue { get; set; }
Property Value
PatientsQueue
public string PatientsQueue { get; set; }
Property Value
PumpsQueue
public string PumpsQueue { get; set; }
Property Value
RecordingAlertQueue
public string RecordingAlertQueue { get; set; }
Property Value
RecordingQueue
public string RecordingQueue { get; set; }
Property Value
TreatmentsQueue
public string TreatmentsQueue { get; set; }