Interface AsyncResult<T>


public interface AsyncResult<T>
Interface to define interaction with deferred results.

Implementations of this class are provided by HandlerContext and should not be overriden/wrapped.