Agenda - v6.0.0
    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

    Accessors

    Methods