Uses of Class
io.quarkus.runtime.CleanableExecutor
-
Packages that use CleanableExecutor Package Description io.quarkus.runtime -
-
Uses of CleanableExecutor in io.quarkus.runtime
Fields in io.quarkus.runtime declared as CleanableExecutor Modifier and Type Field Description (package private) static CleanableExecutor
ExecutorRecorder. devModeExecutor
In dev mode for now we need the executor to last for the life of the app, as it is used by Undertow.
-