Uses of Class
de.aristaflow.adept2.util.threading.LoggingFuture
-
Packages that use LoggingFuture Package Description de.aristaflow.adept2.util.threading -
-
Uses of LoggingFuture in de.aristaflow.adept2.util.threading
Subclasses of LoggingFuture in de.aristaflow.adept2.util.threading Modifier and Type Class Description class
LoggingScheduledFuture<V>
A scheduled future that wraps another future and logs all occurred exceptions and the result for information purpose if no one was interested in it.
-