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
endpointsIEndpointRouteBuilderThe auth-gated IEndpointRouteBuilder group every workbench feature endpoint lives under.
basePathstringThe URL fragment every route is anchored under (e.g.
/bowirefor embedded hosts, empty for the standalone CLI).