Compartir a través de


ClusterClientSqsStreamConfigurator Clase

Definición

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

Constructores

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

Propiedades

ConfigureDelegate

Obtiene el delegado usado para configurar el servicio.

(Heredado de NamedServiceConfigurator)
Name

Obtiene el nombre del servicio.

(Heredado de NamedServiceConfigurator)

Métodos

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

Métodos de extensión

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

Configura .StreamLifecycleOptions

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

Configura las opciones de un servicio con nombre.

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

Agrega un componente singleton a un servicio con nombre.

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

Agrega un componente singleton a un servicio con nombre y configura las opciones para el servicio con nombre.

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

Configura el tipo pub/sub de flujo.

Se aplica a