Class ScheduledThreadPoolSupplier

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

public final class ScheduledThreadPoolSupplier extends Object implements Supplier<ScheduledExecutorService>, RuntimeType.Api<ScheduledThreadPoolConfig>
Supplier of a custom scheduled thread pool. The returned thread pool supports Context propagation.