notification-service
    Preparing search index...

      notification-service

      Modules

      application/errors
      application/ports/in/NotificationService
      application/ports/out/BusinessMetricsPort
      application/ports/out/IdGenerator
      application/ports/out/NotificationSender
      application/services/NotificationServiceImpl
      bootstrap/app
      bootstrap/composeApp
      bootstrap/config
      bootstrap/createMainRouter
      bootstrap/mongoConnection
      bootstrap/retryForever
      bootstrap/shutdown
      domain/entity/Notification
      domain/errors
      domain/ports/NotificationRepository
      domain/value/NotificationId
      domain/value/NotificationMessage
      domain/value/NotificationState
      domain/value/UserRole
      infrastructure/messaging/DlqPublisher
      infrastructure/messaging/KafkaDlqPublisher
      infrastructure/metrics/businessMetrics
      infrastructure/metrics/errorMetrics
      infrastructure/metrics/OtelBusinessMetrics
      infrastructure/persistence/InboxRepository
      infrastructure/persistence/mongo/InboxEventSchema
      infrastructure/persistence/mongo/MongoInboxRepository
      infrastructure/persistence/mongo/MongoNotificationRepository
      infrastructure/persistence/mongo/mongoSessionContext
      infrastructure/persistence/mongo/NotificationMapper
      infrastructure/persistence/mongo/NotificationSchema
      infrastructure/sse/SseNotificationSender
      infrastructure/sse/SseRegistry
      infrastructure/utils/NodeCryptoIdGenerator
      infrastructure/utils/UnrecoverableError
      infrastructure/utils/withRetry
      instrumentation
      logger
      presentation/errors
      presentation/messaging/KafkaThresholdBreachedConsumer
      presentation/messaging/ThresholdBreachedHandler
      presentation/rest/controllers/NotificationController
      presentation/rest/middleware/auth
      presentation/rest/middleware/errorHandler
      presentation/rest/middleware/validate
      presentation/rest/routes/notificationRoutes
      presentation/rest/schemas/notification
      server