portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.notification.controller
/
NotificationController
/
notificationSubscribe
notification
Subscribe
@
GetMapping
(
path
=
[
"/subscribe"
]
,
produces
=
[
"text/event-stream"
]
)
fun
notificationSubscribe
(
principal
:
Principal
)
:
SseEmitter