| 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 | Description |
|---|---|
| ScheduledThreadPoolSupplier |
Supplier of a custom scheduled thread pool.
|
| ScheduledThreadPoolSupplier.Builder |
A fluent API builder for
ScheduledThreadPoolSupplier. |
| ThreadPoolSupplier |
Supplier of a custom thread pool.
|
| ThreadPoolSupplier.Builder |
A fluent API builder for
ThreadPoolSupplier. |
| Enum | Description |
|---|---|
| Resource.Source |
Source of a
Resource. |
| Exception | Description |
|---|---|
| ResourceException |
Config.ResourceCopyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.