Enum HttpEndpointSelectionMode

Namespace
Kevlar.Extensions.Http
Assembly
Kevlar.Extensions.Http.dll

Determines the per-request endpoint attempt order.

public enum HttpEndpointSelectionMode

Fields

Ordered = 0

Use endpoints in their configured order.

Weighted = 1

Create a weighted order that is deterministic when Seed is set.