Pregunta

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

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top