Class ScheduledCompletableFuture
java.lang.Object
org.apache.dubbo.common.threadpool.concurrent.ScheduledCompletableFuture
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> CompletableFuture<T> schedule(ScheduledExecutorService executor, Supplier<T> task, long delay, TimeUnit unit) static <T> CompletableFuture<T> submit(ScheduledExecutorService executor, Supplier<T> task)
-
Constructor Details
-
ScheduledCompletableFuture
public ScheduledCompletableFuture()
-
-
Method Details
-
schedule
public static <T> CompletableFuture<T> schedule(ScheduledExecutorService executor, Supplier<T> task, long delay, TimeUnit unit) -
submit
-