Class BowireInterceptorServiceContribution

Namespace
Kuestenlogik.Bowire.Interceptor
Assembly
Kuestenlogik.Bowire.Interceptor.dll

#325 (v2.1) — discoverable service-registration entry point for the Interceptor package. Picked up by Core's BowireServiceCollectionExtensions.AddBowire assembly scan via the IBowireServiceContribution seam, so embedded hosts that reference Kuestenlogik.Bowire.Interceptor get the flow store + mock store + reverse-proxy registry registered automatically — without Core taking a compile-time reference on the moved types.

public sealed class BowireInterceptorServiceContribution : IBowireServiceContribution
Inheritance
BowireInterceptorServiceContribution
Implements
Inherited Members

Constructors

BowireInterceptorServiceContribution()

public BowireInterceptorServiceContribution()

Methods

ConfigureServices(IServiceCollection)

Register this contribution's services. Called once per host startup from BowireServiceCollectionExtensions.AddBowire.

public void ConfigureServices(IServiceCollection services)

Parameters

services IServiceCollection

The host's service collection.