interface DataCollectorInterface implementsResetInterface

DataCollectorInterface.

Methods

void
collect(Request$request,Response$response,Throwable$exception =null)

Collects data for the given Request and Response.

string
getName()

Returns the name of the collector.

Details

void collect(Request$request,Response$response,Throwable$exception =null)

Collects data for the given Request and Response.

Parameters

Request $request
Response $response
Throwable $exception

Return Value

void

string getName()

Returns the name of the collector.

Return Value

string