Uses of Class
io.quarkus.runtime.util.ForwardingScheduledExecutorService
Packages that use ForwardingScheduledExecutorService
-
Uses of ForwardingScheduledExecutorService in io.quarkus.runtime.util
Subclasses of ForwardingScheduledExecutorService in io.quarkus.runtime.utilModifier and TypeClassDescriptionclassForwards all method calls to the scheduled executor service returned from theNoopShutdownScheduledExecutorService.delegate()method.