Documentation modifications
This commit is contained in:
@@ -9,6 +9,12 @@ using System.Diagnostics;
|
||||
|
||||
namespace adas_core.Infrastructure.Services;
|
||||
|
||||
/// <summary>
|
||||
/// Implements <see cref="ISendAlertService"/> to publish alert messages to a RabbitMQ
|
||||
/// broker, using the configuration provided by <see cref="IOptions{RabbitMqSettings}"/>
|
||||
/// and the logging facility provided by <see cref="ILogger{SendAlertService}"/>.
|
||||
/// </summary>
|
||||
/// <!-- aidoc:v1 sig=e283346 -->
|
||||
public class SendAlertService(
|
||||
IOptions<RabbitMqSettings> rabbitMqSettings,
|
||||
ILogger<SendAlertService> logger)
|
||||
|
||||
Reference in New Issue
Block a user