toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.notification.listener
/
SendNotificationEventListener
Send
Notification
Event
Listener
@
Component
class
SendNotificationEventListener
(
firebaseMessagingService
:
FirebaseMessagingService
,
fcmTokenService
:
FcmTokenService
)
Members
Constructors
Send
Notification
Event
Listener
Link copied to clipboard
constructor
(
firebaseMessagingService
:
FirebaseMessagingService
,
fcmTokenService
:
FcmTokenService
)
Functions
send
Firebase
Notification
Link copied to clipboard
@
TransactionalEventListener
(
phase
=
TransactionPhase.AFTER_COMMIT
)
fun
sendFirebaseNotification
(
notificationEvent
:
SendNotificationEvent
)