다음을 통해 공유


IEventHubStreamConfigurator 인터페이스

정의

public interface IEventHubStreamConfigurator : Orleans.Hosting.INamedServiceConfigurator
type IEventHubStreamConfigurator = interface
    interface INamedServiceConfigurator
Public Interface IEventHubStreamConfigurator
Implements INamedServiceConfigurator
파생
구현

속성

ConfigureDelegate

서비스를 구성하는 데 사용되는 대리자를 가져옵니다.

(다음에서 상속됨 INamedServiceConfigurator)
Name

서비스 이름을 가져옵니다.

(다음에서 상속됨 INamedServiceConfigurator)

확장 메서드

ConfigureEventHub(IEventHubStreamConfigurator, Action<OptionsBuilder<EventHubOptions>>)
UseDataAdapter(IEventHubStreamConfigurator, Func<IServiceProvider,String,IEventHubDataAdapter>)
UseDataAdapter(IEventHubStreamConfigurator, Func<IServiceProvider,String,IEventHubDataAdapter>)
Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>)

명명된 서비스에 대한 옵션을 구성합니다.

ConfigureComponent<TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>)

명명된 서비스에 싱글톤 구성 요소를 추가합니다.

ConfigureComponent<TOptions,TComponent>(INamedServiceConfigurator, Func<IServiceProvider,String,TComponent>, Action<OptionsBuilder<TOptions>>)

명명된 서비스에 싱글톤 구성 요소를 추가하고 명명된 서비스에 대한 옵션을 구성합니다.

ConfigureLifecycle<T>(INamedServiceConfigurator)

적용 대상