Class BowireMonitoringEndpointContribution
- Namespace
- Kuestenlogik.Bowire.Monitoring
- Assembly
- Kuestenlogik.Bowire.Monitoring.dll
Discoverable endpoint-mount entry point for the Monitoring workbench surface (#102). Picked up by Core's BowireApiEndpoints scan via the IBowireEndpointContribution seam — splices the read-only /api/monitoring/* endpoints into the auth-gated bowireGroup.
public sealed class BowireMonitoringEndpointContribution : IBowireEndpointContribution
- Inheritance
-
BowireMonitoringEndpointContribution
- Implements
- Inherited Members
Constructors
BowireMonitoringEndpointContribution()
public BowireMonitoringEndpointContribution()
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).