IDruidQueryResponseHandler

Extends

Interface IDruidQueryResponseHandler handles reception of Druid's response to an executed Druid query.

package

DruidFamiliar\Interfaces

Methods

Hook function to handle response from server.

handleResponse(\Guzzle\Http\Message\Response $response) : mixed

This hook must return the response, whether changed or not, so that the rest of the system can continue with it.

Arguments

$response

\Guzzle\Http\Message\Response

Response

mixed