Uses of Package
io.helidon.common.configurable
Package
Description
General utilities that use
Config
.Utilities for PKI configuration and loading of certificates and keys.
Core classes used by both the reactive gRPC server API and gRPC client API.
MicroProfile Reactive Messaging Oracle AQ connector.
Microprofile messaging JMS connector.
Helidon implementation of Microprofile fault tolerance.
Implementation of Microprofile JWT Auth specification.
JWK (JSON web key) support.
Provider that can process incoming JWTs and assert users based on them and can propagate JWTs (or create
new ones) for outbound calls.
Helidon integration with Jaeger tracer.
Reactive web server API.
-
ClassDescription
AllowList
defines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.Fluent API builder forAllowList
.Least recently used cache.Fluent API builder forLruCache
.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)
, input stream(Resource.create(String, InputStream)
, or direct value (Resource.create(String, byte[])
,Resource.create(String, String)
.Source of aResource
.Supplier of a custom scheduled thread pool.A fluent API builder forScheduledThreadPoolSupplier
.AThreadPoolExecutor
with an extensible growth policy and queue state accessors.ARejectedExecutionHandler
that supports pool growth by re-attempting to add the task to the queue.Supplier of a custom thread pool.A fluent API builder forThreadPoolSupplier
. -
ClassDescriptionA 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)
, input stream(Resource.create(String, InputStream)
, or direct value (Resource.create(String, byte[])
,Resource.create(String, String)
. -
ClassDescriptionA 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)
, input stream(Resource.create(String, InputStream)
, or direct value (Resource.create(String, byte[])
,Resource.create(String, String)
. -
ClassDescriptionSupplier of a custom scheduled thread pool.Supplier of a custom thread pool.
-
ClassDescriptionSupplier of a custom scheduled thread pool.Supplier of a custom thread pool.
-
ClassDescriptionSupplier of a custom scheduled thread pool.Supplier of a custom thread pool.
-
ClassDescriptionA 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)
, input stream(Resource.create(String, InputStream)
, or direct value (Resource.create(String, byte[])
,Resource.create(String, String)
. -
ClassDescriptionA 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)
, input stream(Resource.create(String, InputStream)
, or direct value (Resource.create(String, byte[])
,Resource.create(String, String)
. -
ClassDescriptionA 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)
, input stream(Resource.create(String, InputStream)
, or direct value (Resource.create(String, byte[])
,Resource.create(String, String)
. -
ClassDescriptionA 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)
, input stream(Resource.create(String, InputStream)
, or direct value (Resource.create(String, byte[])
,Resource.create(String, String)
. -
ClassDescription
AllowList
defines a list of allowed and/or denied matches and tests if a particular value conforms to the conditions.