Partager via


ClusterClientSqsStreamConfigurator Classe

Définition

public class ClusterClientSqsStreamConfigurator : Orleans.Hosting.ClusterClientPersistentStreamConfigurator
type ClusterClientSqsStreamConfigurator = class
    inherit ClusterClientPersistentStreamConfigurator
Public Class ClusterClientSqsStreamConfigurator
Inherits ClusterClientPersistentStreamConfigurator
Héritage

Constructeurs

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

Propriétés

ConfigureDelegate

Obtient le délégué utilisé pour configurer le service.

(Hérité de NamedServiceConfigurator)
Name

Obtient le nom du service.

(Hérité de NamedServiceConfigurator)

Méthodes

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

Méthodes d’extension

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

Configure le StreamLifecycleOptions.

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

Configure les options d’un service nommé.

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

Ajoute un composant singleton à un service nommé.

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

Ajoute un composant singleton à un service nommé et configure les options pour le service nommé.

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

Configure le type pub/sous-flux.

S’applique à