interface TemplateAwareDataCollectorInterface implementsDataCollectorInterface

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.

static string|null
getTemplate()

No description

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

staticstring|null getTemplate()

Return Value

string|null