Uses of Class
io.helidon.common.configurable.ThreadPoolSupplier
Package
Description
General utilities that use
Config
.MicroProfile Reactive Messaging Oracle AQ connector.
Microprofile messaging JMS connector.
-
Uses of ThreadPoolSupplier in io.helidon.common.configurable
Modifier and TypeMethodDescriptionThreadPoolConfig.Builder.build()
ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl.build()
static ThreadPoolSupplier
ServerThreadPoolSupplier.create()
Create a new thread pool supplier with default configuration.static ThreadPoolSupplier
Create supplier from configuration.static ThreadPoolSupplier
Load supplier from configuration.static ThreadPoolSupplier
ThreadPoolSupplier.create
(ThreadPoolConfig config) Create a new thread pool supplier based on its configuration.static ThreadPoolSupplier
Create a new thread pool supplier with default configuration and a given name.static ThreadPoolSupplier
ThreadPoolSupplier.create
(Consumer<ThreadPoolConfig.Builder> consumer) Create a new thread pool supplier customizing its configuration.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl.get()
-
Uses of ThreadPoolSupplier in io.helidon.messaging.connectors.aq
Modifier and TypeMethodDescriptionAqConnector.AqConnectorBuilder.executor
(ThreadPoolSupplier executorSupplier) Custom executor supplier for asynchronous operations like acknowledgement. -
Uses of ThreadPoolSupplier in io.helidon.messaging.connectors.jms
Modifier and TypeMethodDescriptionJmsConnector.JmsConnectorBuilder.executor
(ThreadPoolSupplier executorSupplier) Custom executor supplier for asynchronous operations like acknowledgement.