munchies
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
munchies
user-shared
/
com.munchies.user.infrastructure.adapter.outbound.notification
/
UserEmailConfirmationNotificationSubject
User
Email
Confirmation
Notification
Subject
abstract
class
UserEmailConfirmationNotificationSubject
:
NotificationSubject
<
UserEmailConfirmationNotification
,
UserEmailConfirmationNotificationObserver
>
Members
Constructors
User
Email
Confirmation
Notification
Subject
Link copied to clipboard
constructor
(
)
Functions
attach
Link copied to clipboard
abstract
override
fun
attach
(
observer
:
UserEmailConfirmationNotificationObserver
)
detach
Link copied to clipboard
abstract
override
fun
detach
(
observer
:
UserEmailConfirmationNotificationObserver
)
emit
Link copied to clipboard
abstract
override
fun
emit
(
event
:
UserEmailConfirmationNotification
)