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.Constructors in de.aristaflow.adept2.util.threading with parameters of type LoggingFuture Constructor Description IgnoredResultLogger(LoggingFuture<?> obj)
Creates new clean-up logic logging the result of the designated future as post-mortem action of theLoggingFuture
in case its result has not been retrieved.
-