@deep/nest-kit
Preparing search index...
modules/notifications
NotificationsSenderService
Class NotificationsSenderService
Index
Constructors
constructor
Properties
logger
logger
Factory
module
Ref
notification
Registry
notification
Service
Methods
get
Senders
on
Module
Init
on
Notification
Created
send
Notification
Constructors
constructor
new
NotificationsSenderService
()
:
NotificationsSenderService
Returns
NotificationsSenderService
Properties
logger
logger
:
WinstonLogger
Protected
Readonly
logger
Factory
loggerFactory
:
WinstonLoggerFactory
Protected
Readonly
module
Ref
moduleRef
:
ModuleRef
Protected
Readonly
notification
Registry
notificationRegistry
:
NotificationRegistry
Protected
Readonly
notification
Service
notificationService
:
BaseNotificationsService
Methods
get
Senders
getSenders
(
notification
:
Notification
,
)
:
NotificationSender
<
Notification
,
unknown
>
[]
Parameters
notification
:
Notification
Returns
NotificationSender
<
Notification
,
unknown
>
[]
on
Module
Init
onModuleInit
()
:
void
Returns
void
on
Notification
Created
onNotificationCreated
(
event
:
NotificationCreatedEvent
)
:
Promise
<
void
>
Parameters
event
:
NotificationCreatedEvent
Returns
Promise
<
void
>
send
Notification
sendNotification
(
id
:
string
,
ctx
:
BaseServiceMethodContext
,
)
:
Promise
<
Notification
>
Parameters
id
:
string
ctx
:
BaseServiceMethodContext
Returns
Promise
<
Notification
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
logger
logger
Factory
module
Ref
notification
Registry
notification
Service
Methods
get
Senders
on
Module
Init
on
Notification
Created
send
Notification
@deep/nest-kit
Loading...