Agenda - v6.0.0
    Preparing search index...

    Interface NotificationChannelConfig

    Configuration options for notification channels

    interface NotificationChannelConfig {
        channelName?: string;
        reconnect?: {
            enabled: boolean;
            initialDelayMs?: number;
            maxAttempts?: number;
            maxDelayMs?: number;
        };
    }
    Index

    Properties

    channelName?: string
    reconnect?: {
        enabled: boolean;
        initialDelayMs?: number;
        maxAttempts?: number;
        maxDelayMs?: number;
    }