nestjs-temporal-core
    Preparing search index...

    Interface ComponentHealthStatus

    Component health status

    interface ComponentHealthStatus {
        activity: ServiceHealthStatus;
        client: ServiceHealthStatus;
        discovery: ServiceHealthStatus;
        schedule: ServiceHealthStatus;
        worker: ServiceHealthStatus;
    }
    Index

    Properties