Domanda

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

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top