api = $api; } /** * @param CommandInterface $command Command that was executed. * @param ResponseInterface $response Response that was received. * * @return ResultInterface */ public abstract function __invoke(CommandInterface $command, ResponseInterface $response); public abstract function parseMemberFromStream(StreamInterface $stream, StructureShape $member, $response); }