Class CompletedAsyncResult<T>

java.lang.Object
com.cloudconvert.dto.result.AbstractResult<T>
com.cloudconvert.dto.result.AsyncResult<T>
com.cloudconvert.dto.result.CompletedAsyncResult<T>

public class CompletedAsyncResult<T>
extends AsyncResult<T>
  • Constructor Summary

    Constructors
    Constructor Description
    CompletedAsyncResult()  
  • Method Summary

    Modifier and Type Method Description
    Result<T> get()  
    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
  • Constructor Details

    • CompletedAsyncResult

      public CompletedAsyncResult()
  • Method Details