다음을 통해 공유


IStandardHedgingHandlerBuilder 인터페이스

정의

표준 헤징 처리기를 구성하는 데 사용되는 작성기를 정의합니다.

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

속성

Name

구성되는 표준 헤징 처리기의 이름을 가져옵니다.

RoutingStrategyBuilder

라우팅 전략에 대한 작성기를 가져옵니다.

Services

서비스 컬렉션을 가져옵니다.

확장 메서드

Configure(IStandardHedgingHandlerBuilder, IConfigurationSection)

표준 헤징 파이프라인에 대한 를 구성합니다 HttpStandardHedgingResilienceOptions .

Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions,IServiceProvider>)

표준 헤징 파이프라인에 대한 를 구성합니다 HttpStandardResilienceOptions .

Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions>)

표준 헤징 파이프라인에 대한 를 구성합니다 HttpStandardResilienceOptions .

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

기본 파이프라인 작성기에서 사용자 지정 선택기로 파이프라인 instance 선택하도록 지시합니다.

SelectPipelineByAuthority(IStandardHedgingHandlerBuilder)

기본 파이프라인 작성기에게 수정된 기관(체계 + 호스트 + 포트)에 의해 instance 파이프라인을 선택하도록 지시합니다.

적용 대상