ClusterClientPersistentStreamConfigurator Class

Definition

Client-side configuration provider for persistent streams.

public class ClusterClientPersistentStreamConfigurator : Orleans.Hosting.NamedServiceConfigurator, Orleans.Hosting.IClusterClientPersistentStreamConfigurator
type ClusterClientPersistentStreamConfigurator = class
    inherit NamedServiceConfigurator
    interface IClusterClientPersistentStreamConfigurator
    interface IPersistentStreamConfigurator
    interface INamedServiceConfigurator
Public Class ClusterClientPersistentStreamConfigurator
Inherits NamedServiceConfigurator
Implements IClusterClientPersistentStreamConfigurator
Inheritance
ClusterClientPersistentStreamConfigurator
Derived
Implements

Constructors

ClusterClientPersistentStreamConfigurator(String, IClientBuilder, Func<IServiceProvider,String,IQueueAdapterFactory>)

Initializes a new instance of the ClusterClientPersistentStreamConfigurator class.

ClusterClientPersistentStreamConfigurator(String, IClientBuilder, Func<IServiceProvider,String,IQueueAdapterFactory>)

Properties

ConfigureDelegate

Gets the delegate used to configure the service.

(Inherited from NamedServiceConfigurator)
Name

Gets the service name.

(Inherited from NamedServiceConfigurator)

Extension Methods

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

Configures the StreamLifecycleOptions.

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

Configures options for a named service.

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

Adds a singleton component to a named service.

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

Adds a singleton component to a named service and configures options for the named service.

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

Configures the stream pub/sub type.

Applies to