Compartir a través de


IClusterClientMemoryStreamConfigurator Interfaz

Definición

Generador de configuración específico del cliente para flujos de memoria.

public interface IClusterClientMemoryStreamConfigurator : Orleans.Hosting.IClusterClientPersistentStreamConfigurator, Orleans.Hosting.IMemoryStreamConfigurator
public interface IClusterClientMemoryStreamConfigurator : Orleans.Hosting.IClusterClientPersistentStreamConfigurator, Orleans.Hosting.IMemoryStreamConfigurator, Orleans.Hosting.INamedServiceConfigurator
type IClusterClientMemoryStreamConfigurator = interface
    interface IMemoryStreamConfigurator
    interface INamedServiceConfigurator
    interface IClusterClientPersistentStreamConfigurator
    interface IPersistentStreamConfigurator
Public Interface IClusterClientMemoryStreamConfigurator
Implements IClusterClientPersistentStreamConfigurator, IMemoryStreamConfigurator
Public Interface IClusterClientMemoryStreamConfigurator
Implements IClusterClientPersistentStreamConfigurator, IMemoryStreamConfigurator, INamedServiceConfigurator
Derivado
Implementaciones

Propiedades

ConfigureDelegate

Obtiene el delegado usado para configurar el servicio.

(Heredado de INamedServiceConfigurator)
Name

Obtiene el nombre del servicio.

(Heredado de INamedServiceConfigurator)

Métodos de extensión

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

Configura .StreamLifecycleOptions

ConfigurePartitioning(IMemoryStreamConfigurator, Int32)

Configura la creación de particiones para flujos de memoria.

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)

Generador de configuración específico del cliente para flujos de memoria.

ConfigureStreamPubSub(IPersistentStreamConfigurator, StreamPubSubType)

Configura el tipo pub/sub de flujo.

Se aplica a