Class ScheduledThreadPoolSupplier

java.lang.Object
io.helidon.common.configurable.ScheduledThreadPoolSupplier
All Implemented Interfaces:
Supplier<ScheduledExecutorService>

public final class ScheduledThreadPoolSupplier extends Object implements Supplier<ScheduledExecutorService>
Supplier of a custom scheduled thread pool. The returned thread pool supports Context propagation.
  • Method Details