@sourceloop/notification-service / Exports / NotificationFilterProvider
Class: NotificationFilterProvider¶
Implements¶
Provider
<INotificationFilterFunc
>
Table of contents¶
Constructors¶
Methods¶
Constructors¶
constructor¶
• new NotificationFilterProvider()
Methods¶
value¶
▸ value(): (notif
: Notification
) => Promise
<Notification
>
Returns¶
fn
▸ (notif
): Promise
<Notification
>
Parameters¶
Name | Type |
---|---|
notif |
Notification |
Returns¶
Promise
<Notification
>
Implementation of¶
Provider.value
Defined in¶
services/notification-service/src/providers/notification-filter.service.ts:13