interface MeshCallInterruptParams {
    connection?: ProviderConfig | ProvidersConfig;
    namespace?: string;
    options: MeshCallInterruptOptions;
    topic: string;
}

Properties

Provider configuration

namespace?: string

namespace for grouping common functions

Options for interrupting the cron

topic: string

topic assigned to the cron worker when it was connected