Compartir a través de


IEventHubStreamConfigurator Interfaz

Definición

public interface IEventHubStreamConfigurator : Orleans.Hosting.INamedServiceConfigurator
type IEventHubStreamConfigurator = interface
    interface INamedServiceConfigurator
Public Interface IEventHubStreamConfigurator
Implements 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

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

Se aplica a