core-utils
    Preparing search index...
    interface HandlerInterface<T> {
        maxAttempts?: number;
        name: string;
        perform(data: T, job?: BackgroundJobType<T>): Promise<void>;
    }

    Type Parameters

    • T
    Index

    Properties

    Methods

    Properties

    maxAttempts?: number
    name: string

    Methods