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
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
ClusterStateCluster.
probingResults
IReadOnlyList<DestinationProbingResult>Destination probing results.