portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.notification.service
/
NotificationService
Notification
Service
@
Service
class
NotificationService
(
notificationRepository
:
NotificationRepository
,
userRepository
:
UserRepository
,
objectMapper
:
ObjectMapper
)
Members
Constructors
Notification
Service
Link copied to clipboard
constructor
(
notificationRepository
:
NotificationRepository
,
userRepository
:
UserRepository
,
objectMapper
:
ObjectMapper
)
Functions
get
Notifications
Link copied to clipboard
fun
getNotifications
(
email
:
String
,
pageable
:
Pageable
)
:
Page
<
Notification
>
유저 별 알림 내역 조회
notification
Subscribe
Link copied to clipboard
fun
notificationSubscribe
(
email
:
String
)
:
SseEmitter
알림 구독 API
send
Notification
Link copied to clipboard
fun
sendNotification
(
notificationRequestDto
:
NotificationRequestDto
,
sender
:
String
)
알림 발송 API