Package-level declarations

Types

Link copied to clipboard
data class SendNotificationEvent(val notificationType: NotificationType, val notificationMessageDto: NotificationMessageDto, val notifications: List<Notification>)
Link copied to clipboard
@Component
class SendNotificationEventListener(firebaseMessagingService: FirebaseMessagingService, fcmTokenService: FcmTokenService)