@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface IHealthReporter

    Minimal runtime health-reporting contract.

    interface IHealthReporter {
        getHealth(
            resourceDefs?: (
                | string
                | IResource<
                    any,
                    any,
                    any,
                    any,
                    any,
                    ResourceTagType[],
                    ResourceMiddlewareAttachmentType[],
                >
            )[],
        ): Promise<IResourceHealthReport>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods