ClusterClientAzureQueueStreamConfigurator Class

Definition

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

Constructors

ClusterClientAzureQueueStreamConfigurator(String, IClientBuilder)
ClusterClientAzureQueueStreamConfigurator(String, IClientBuilder)

Properties

ConfigureDelegate

Gets the delegate used to configure the service.

(Inherited from NamedServiceConfigurator)
Name

Gets the service name.

(Inherited from NamedServiceConfigurator)

Extension Methods

ConfigureAzureQueue(IAzureQueueStreamConfigurator, Action<OptionsBuilder<AzureQueueOptions>>)
ConfigureQueueDataAdapter(IAzureQueueStreamConfigurator, Func<IServiceProvider,String,IQueueDataAdapter<String,IBatchContainer>>)
ConfigureQueueDataAdapter<TQueueDataAdapter>(IAzureQueueStreamConfigurator)
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