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.threadingSubclasses of LoggingFuture in de.aristaflow.adept2.util.threading Modifier and Type Class Description classLoggingScheduledFuture<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 theLoggingFuturein case its result has not been retrieved.
 
-