Class KeyValueChannelStorage

Stores all the NotificationChannel in a KeyValueStorage.

Uses a ReadWriteLocker to prevent internal race conditions.

Hierarchy

  • KeyValueChannelStorage

Implements

Constructors

Properties

logger: Logger = ...
storage: KeyValueStorage<string, StorageValue>

Methods