T
public interface AsyncCompletionHandler<T>
void
completed(T t)
failed(Throwable t)
void completed(T t)
t
void failed(Throwable t)