Are there any ways to add callbacks(on success, on fail) to ScheduledFuture? Seems guava with ListneableFuture doesn't provide this.

有帮助吗?

解决方案

ListenableScheduledFuture was added in Guava 15.0 and is now returned by the methods on ListenableScheduledExecutorService.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top