interface ClientInterface

Interface ClientInterface

Methods

send(RequestInterface $request, MessageInterface $response)

Populates the supplied response with the response for the supplied request.

Details

at line 23
send(RequestInterface $request, MessageInterface $response)

Populates the supplied response with the response for the supplied request.

Parameters

RequestInterface $request A request object
MessageInterface $response A response object

Exceptions

FLeaderApiException If something goes wrong