Agenda - v6.0.0
    Preparing search index...

    Class BaseNotificationChannelAbstract

    Abstract base class for notification channels. Provides common functionality like state management and reconnection logic.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _state: NotificationChannelState = 'disconnected'
    config: ResolvedNotificationChannelConfig
    handlers: Set<NotificationHandler> = ...
    reconnectAttempts: number = 0
    reconnectTimeout?: Timeout

    Accessors

    Methods