Package io.helidon.common.configurable
General utilities that use
Config.- See Also:
Resource
-
Interface Summary Interface Description Resource A representation of a resource that can be loaded from URL (Resource.create(URI)), classpath (Resource.create(String)), filesystem (Resource.create(Path), content in config (Resource.create(Config, String), input stream(Resource.create(String, InputStream), or direct value (Resource.create(String, byte[]),Resource.create(String, String). -
Class Summary Class Description ScheduledThreadPoolSupplier Supplier of a custom scheduled thread pool.ScheduledThreadPoolSupplier.Builder A fluent API builder forScheduledThreadPoolSupplier.ServerThreadPoolSupplier Supplier of a custom thread pool with defaults appropriate for a thread-per-request server.ThreadPool AThreadPoolExecutorwith an extensible growth policy and queue state accessors.ThreadPool.RejectionHandler ARejectedExecutionHandlerthat supports pool growth by re-attempting to add the task to the queue.ThreadPoolSupplier Supplier of a custom thread pool.ThreadPoolSupplier.Builder A fluent API builder forThreadPoolSupplier. -
Enum Summary Enum Description Resource.Source Source of aResource. -
Exception Summary Exception Description ResourceException