Edit

Share via


IStandardHedgingHandlerBuilder Interface

Definition

Defines the builder used to configure the standard hedging handler.

public interface class IStandardHedgingHandlerBuilder
public interface IStandardHedgingHandlerBuilder
type IStandardHedgingHandlerBuilder = interface
Public Interface IStandardHedgingHandlerBuilder

Properties

Name

Gets the name of standard hedging handler being configured.

RoutingStrategyBuilder

Gets the builder for the routing strategy.

Services

Gets the service collection.

Extension Methods

Configure(IStandardHedgingHandlerBuilder, IConfigurationSection)

Configures the HttpStandardHedgingResilienceOptions for the standard hedging pipeline.

Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions,IServiceProvider>)

Configures the HttpStandardResilienceOptions for the standard hedging pipeline.

Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions>)

Configures the HttpStandardResilienceOptions for the standard hedging pipeline.

SelectPipelineBy(IStandardHedgingHandlerBuilder, Func<IServiceProvider,Func<HttpRequestMessage,String>>)

Instructs the underlying pipeline builder to select the pipeline instance by custom selector.

SelectPipelineByAuthority(IStandardHedgingHandlerBuilder)

Instructs the underlying pipeline builder to select the pipeline instance by redacted authority (scheme + host + port).

Applies to