Is there any way I can return a response from a restlet while continuing to execute code? I've got a situation where I receive a large amount of data to a restlet and I first validate the data quickly, if valid I'd like to return a successful message and continue to process the data.