C# Class MassTransit.Host.HostBusServiceBootstrapper

Inheritance: IServiceBootstrapper
Mostrar archivo Open project: MassTransit/MassTransit

Public Methods

Method Description
CreateService ( ) : ServiceControl

Protected Methods

Method Description
ConfigureLifetimeScope ( ContainerBuilder builder ) : void
HostBusServiceBootstrapper ( ILifetimeScope lifetimeScope, Type bootstrapperType ) : System

Method Details

ConfigureLifetimeScope() protected method

protected ConfigureLifetimeScope ( ContainerBuilder builder ) : void
builder Autofac.ContainerBuilder
return void

CreateService() public method

public CreateService ( ) : ServiceControl
return ServiceControl

HostBusServiceBootstrapper() protected method

protected HostBusServiceBootstrapper ( ILifetimeScope lifetimeScope, Type bootstrapperType ) : System
lifetimeScope ILifetimeScope
bootstrapperType System.Type
return System