Package com.google.gerrit.server
Class RequestCleanup
- java.lang.Object
-
- com.google.gerrit.server.RequestCleanup
-
-
Constructor Summary
Constructors Constructor Description RequestCleanup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(Runnable task)
Register a task to be completed after the request ends.void
run()
-