Interface FutureJobInvoker<T>

All Known Implementing Classes:
ConcurrencyLimiter

public interface FutureJobInvoker<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.util.concurrent.ListenableFuture<T>
    add(Callable<? extends com.google.common.util.concurrent.ListenableFuture<T>> callable)
     
  • Method Details

    • add

      com.google.common.util.concurrent.ListenableFuture<T> add(Callable<? extends com.google.common.util.concurrent.ListenableFuture<T>> callable)