Uses of Class
io.helidon.common.configurable.ThreadPoolSupplier
Packages that use 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
Methods in io.helidon.common.configurable that return ThreadPoolSupplierModifier 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
Methods in io.helidon.messaging.connectors.aq with parameters of type ThreadPoolSupplierModifier and TypeMethodDescriptionAqConnector.AqConnectorBuilder.executor
(ThreadPoolSupplier executorSupplier) Custom executor supplier for asynchronous operations like acknowledgement. -
Uses of ThreadPoolSupplier in io.helidon.messaging.connectors.jms
Methods in io.helidon.messaging.connectors.jms with parameters of type ThreadPoolSupplierModifier and TypeMethodDescriptionJmsConnector.JmsConnectorBuilder.executor
(ThreadPoolSupplier executorSupplier) Custom executor supplier for asynchronous operations like acknowledgement. -
Uses of ThreadPoolSupplier in io.helidon.microprofile.faulttolerance
Methods in io.helidon.microprofile.faulttolerance that return ThreadPoolSupplierModifier and TypeMethodDescriptionFaultToleranceExtension.threadPoolSupplier()
AccessThreadPoolSupplier
configured by this extension.