Skip to content

@sourceloop/notification-service / Exports / ChannelManagerProvider

Class: ChannelManagerProvider

Implements

Table of contents

Constructors

Methods

Constructors

constructor

new ChannelManagerProvider()

Methods

value

value(): Object

The function value returns an object with a method isChannelAccessAllowed that always returns true.

Returns

Object

The value() function is returning an object with a property isChannelAccessAllowed which is a function that always returns true.

Name Type
isChannelAccessAllowed () => boolean

Implementation of

Provider.value

Defined in

services/notification-service/src/providers/channel-manager.service.ts:16