Interface IMockRequestObserver

Namespace
Kuestenlogik.Bowire.Mock.Management
Assembly
Kuestenlogik.Bowire.Mock.dll

Sink the mock pipeline pushes MockRequestEntry records into after each request resolution. The default implementation is MockRequestLog (bounded ring buffer); plugins or tests can substitute their own (e.g. a metrics emitter).

public interface IMockRequestObserver

Methods

OnRequest(MockRequestEntry)

void OnRequest(MockRequestEntry entry)

Parameters

entry MockRequestEntry