Table of Contents

Class Startup

Namespace
Steeltoe.Stream.Binder.Rabbit
Assembly
Steeltoe.Stream.Binder.RabbitMQ.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class Startup
Inheritance
Startup
Inherited Members

Constructors

Startup(IConfiguration)

public Startup(IConfiguration configuration)

Parameters

configuration IConfiguration

Properties

Configuration

public IConfiguration Configuration { get; }

Property Value

IConfiguration

ConfigureServicesInvoked

public bool ConfigureServicesInvoked { get; set; }

Property Value

bool

Methods

ConfigureServices(IServiceCollection)

public void ConfigureServices(IServiceCollection services)

Parameters

services IServiceCollection