Vert.x - Asynchronous Operation
Table of Contents
Result
AsyncResult<T> is used to pass the result of an asynchronous processing and may either yield a value of type T on success or a failure exception if the processing failed.
AsyncResult is actually a super-interface of Future