Class BowireBenchmarkSchedulingEndpointContribution

Namespace
Kuestenlogik.Bowire.Benchmarking
Assembly
Kuestenlogik.Bowire.Benchmarking.dll

Mounts the schedule API for the workbench (#232).

public sealed class BowireBenchmarkSchedulingEndpointContribution : IBowireEndpointContribution
Inheritance
BowireBenchmarkSchedulingEndpointContribution
Implements
Inherited Members

Constructors

BowireBenchmarkSchedulingEndpointContribution()

public BowireBenchmarkSchedulingEndpointContribution()

Methods

MapEndpoints(IEndpointRouteBuilder, string)

Map this contribution's endpoints. Called once per host startup from BowireApiEndpoints.MapBowire.

public void MapEndpoints(IEndpointRouteBuilder endpoints, string basePath)

Parameters

endpoints IEndpointRouteBuilder

The auth-gated IEndpointRouteBuilder group every workbench feature endpoint lives under.

basePath string

The URL fragment every route is anchored under (e.g. /bowire for embedded hosts, empty for the standalone CLI).