C# Class MassTransit.Host.HostBusServiceBootstrapper

Inheritance: IServiceBootstrapper
Afficher le fichier Open project: MassTransit/MassTransit

Méthodes publiques

Méthode Description
CreateService ( ) : ServiceControl

Méthodes protégées

Méthode Description
ConfigureLifetimeScope ( ContainerBuilder builder ) : void
HostBusServiceBootstrapper ( ILifetimeScope lifetimeScope, Type bootstrapperType ) : System

Method Details

ConfigureLifetimeScope() protected méthode

protected ConfigureLifetimeScope ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
Résultat void

CreateService() public méthode

public CreateService ( ) : ServiceControl
Résultat ServiceControl

HostBusServiceBootstrapper() protected méthode

protected HostBusServiceBootstrapper ( ILifetimeScope lifetimeScope, Type bootstrapperType ) : System
lifetimeScope ILifetimeScope
bootstrapperType System.Type
Résultat System