Table of Contents

Interface IActiveHealthCheckPolicy

Namespace
Yarp.ReverseProxy.Health
Assembly
Yarp.ReverseProxy.dll

Active health check evaluation policy.

public interface IActiveHealthCheckPolicy

Properties

Name

Policy's name.

string Name { get; }

Property Value

string

Methods

ProbingCompleted(ClusterState, IReadOnlyList<DestinationProbingResult>)

Analyzes results of active health probes sent to destinations and calculates their new health states.

void ProbingCompleted(ClusterState cluster, IReadOnlyList<DestinationProbingResult> probingResults)

Parameters

cluster ClusterState

Cluster.

probingResults IReadOnlyList<DestinationProbingResult>

Destination probing results.