Agenda - v6.2.3
    Preparing search index...

    Class InMemoryNotificationChannel

    In-memory notification channel for testing and single-process scenarios. Notifications are delivered synchronously within the same process.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Accessors

    Methods