IStandardHedgingHandlerBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |