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.
Helidon implementation of Microprofile fault tolerance.
-
Uses of ThreadPoolSupplier in io.helidon.common.configurable
Modifier and TypeMethodDescriptionThreadPoolSupplier.Builder.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
Create a new thread pool supplier with default configuration and a given name. -
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. -
Uses of ThreadPoolSupplier in io.helidon.microprofile.faulttolerance
Modifier and TypeMethodDescriptionFaultToleranceExtension.threadPoolSupplier()
AccessThreadPoolSupplier
configured by this extension.