简体   繁体   English

Java中计划的将来的回调

[英]Callbacks for scheduled future in java

Are there any ways to add callbacks(on success, on fail) to ScheduledFuture? 是否有任何方法可以将回调(成功,失败)添加到ScheduledFuture? Seems guava with ListneableFuture doesn't provide this. 似乎带有ListneableFuture的番石榴不提供此功能。

Guava 15.0中添加了ListenableScheduledFuture ,现在由ListenableScheduledExecutorService上的方法返回。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM