Freigeben über


IClusterClientMemoryStreamConfigurator Schnittstelle

Definition

Clientspezifischer Konfigurations-Generator für Speicherdatenströme.

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
Abgeleitet
Implementiert

Eigenschaften

ConfigureDelegate

Ruft den Delegat ab, der zum Konfigurieren des Diensts verwendet wird.

(Geerbt von INamedServiceConfigurator)
Name

Ruft den Dienstnamen ab.

(Geerbt von INamedServiceConfigurator)

Erweiterungsmethoden

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

Konfiguriert die StreamLifecycleOptions.

ConfigurePartitioning(IMemoryStreamConfigurator, Int32)

Konfiguriert die Partitionierung für Speicherdatenströme.

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

Konfiguriert Optionen für einen benannten Dienst.

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

Fügt einem benannten Dienst eine Singletonkomponente hinzu.

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

Fügt einem benannten Dienst eine Singletonkomponente hinzu und konfiguriert Optionen für den benannten Dienst.

ConfigureLifecycle<T>(INamedServiceConfigurator)

Clientspezifischer Konfigurations-Generator für Speicherdatenströme.

ConfigureStreamPubSub(IPersistentStreamConfigurator, StreamPubSubType)

Konfiguriert den Stream pub/sub-Typ.

Gilt für: