Compartilhar via


ClusterClientSqsStreamConfigurator Classe

Definição

public class ClusterClientSqsStreamConfigurator : Orleans.Hosting.ClusterClientPersistentStreamConfigurator
type ClusterClientSqsStreamConfigurator = class
    inherit ClusterClientPersistentStreamConfigurator
Public Class ClusterClientSqsStreamConfigurator
Inherits ClusterClientPersistentStreamConfigurator
Herança

Construtores

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

Propriedades

ConfigureDelegate

Obtém o delegado usado para configurar o serviço.

(Herdado de NamedServiceConfigurator)
Name

Obtém o nome do serviço.

(Herdado de NamedServiceConfigurator)

Métodos

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

Métodos de Extensão

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

Configura o StreamLifecycleOptions.

Configure<TOptions>(INamedServiceConfigurator, Action<OptionsBuilder<TOptions>>)

Configura opções para um serviço nomeado.

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

Adiciona um componente singleton a um serviço nomeado.

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

Adiciona um componente singleton a um serviço nomeado e configura opções para o serviço nomeado.

ConfigureLifecycle<T>(INamedServiceConfigurator)
ConfigureStreamPubSub(IPersistentStreamConfigurator, StreamPubSubType)

Configura o tipo pub/sub de fluxo.

Aplica-se a