다음을 통해 공유


ClusterClientSqsStreamConfigurator 클래스

정의

public class ClusterClientSqsStreamConfigurator : Orleans.Hosting.ClusterClientPersistentStreamConfigurator
type ClusterClientSqsStreamConfigurator = class
    inherit ClusterClientPersistentStreamConfigurator
Public Class ClusterClientSqsStreamConfigurator
Inherits ClusterClientPersistentStreamConfigurator
상속

생성자

ClusterClientSqsStreamConfigurator(String, IClientBuilder)
ClusterClientSqsStreamConfigurator(String, IClientBuilder)

속성

ConfigureDelegate

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

(다음에서 상속됨 NamedServiceConfigurator)
Name

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

(다음에서 상속됨 NamedServiceConfigurator)

메서드

ConfigurePartitioning(Int32)
ConfigureSqs(Action<OptionsBuilder<SqsOptions>>)

확장 메서드

ConfigureLifecycle(IClusterClientPersistentStreamConfigurator, Action<OptionsBuilder<StreamLifecycleOptions>>)

StreamLifecycleOptions구성합니다.

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)
ConfigureStreamPubSub(IPersistentStreamConfigurator, StreamPubSubType)

stream pub/sub 형식을 구성합니다.

적용 대상