Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以将回调(成功,失败)添加到 ScheduledFuture?似乎带有 ListneableFuture 的番石榴不提供此功能。
ListenableScheduledFuture在Guava 15.0中添加,现在由 on 方法返回ListenableScheduledExecutorService。
ListenableScheduledFuture
ListenableScheduledExecutorService