IClusterClientEventHubStreamConfigurator Interface

Definition

public interface IClusterClientEventHubStreamConfigurator : Orleans.Hosting.IClusterClientPersistentStreamConfigurator, Orleans.Hosting.IEventHubStreamConfigurator
public interface IClusterClientEventHubStreamConfigurator : Orleans.Hosting.IClusterClientPersistentStreamConfigurator, Orleans.Hosting.IEventHubStreamConfigurator, Orleans.Hosting.INamedServiceConfigurator
type IClusterClientEventHubStreamConfigurator = interface
    interface IEventHubStreamConfigurator
    interface INamedServiceConfigurator
    interface IClusterClientPersistentStreamConfigurator
    interface IPersistentStreamConfigurator
Public Interface IClusterClientEventHubStreamConfigurator
Implements IClusterClientPersistentStreamConfigurator, IEventHubStreamConfigurator
Public Interface IClusterClientEventHubStreamConfigurator
Implements IClusterClientPersistentStreamConfigurator, IEventHubStreamConfigurator, INamedServiceConfigurator
Derived
Implements

Properties

ConfigureDelegate

Gets the delegate used to configure the service.

(Inherited from INamedServiceConfigurator)
Name

Gets the service name.

(Inherited from INamedServiceConfigurator)

Extension Methods

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

Configures the StreamLifecycleOptions.

ConfigureEventHub(IEventHubStreamConfigurator, Action<OptionsBuilder<EventHubOptions>>)
UseDataAdapter(IEventHubStreamConfigurator, Func<IServiceProvider,String,IEventHubDataAdapter>)
UseDataAdapter(IEventHubStreamConfigurator, Func<IServiceProvider,String,IEventHubDataAdapter>)
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