Class AsyncResult<T>

java.lang.Object
com.cloudconvert.dto.result.AbstractResult<T>
com.cloudconvert.dto.result.AsyncResult<T>
Direct Known Subclasses:
CompletedAsyncResult, FutureAsyncResult

public abstract class AsyncResult<T>
extends AbstractResult<T>
  • Constructor Summary

    Constructors
    Constructor Description
    AsyncResult()  
  • Method Summary

    Modifier and Type Method Description
    abstract Result<T> get()  
    abstract Result<T> get​(long timeout, java.util.concurrent.TimeUnit timeUnit)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait