batch-cluster
    Preparing search index...

    Interface HealthCheckStrategy

    Strategy interface for different health check approaches

    interface HealthCheckStrategy {
        assess(
            process: HealthCheckable,
            options: InternalBatchProcessOptions,
        ): null | WhyNotHealthy;
    }
    Index

    Methods

    Methods