Uses of Class
io.helidon.common.configurable.ThreadPoolSupplier
-
Packages that use ThreadPoolSupplier Package Description io.helidon.common.configurable General utilities that useConfig
.io.helidon.messaging.connectors.aq MicroProfile Reactive Messaging Oracle AQ connector.io.helidon.messaging.connectors.jms Microprofile messaging JMS connector.io.helidon.microprofile.faulttolerance Helidon implementation of Microprofile fault tolerance. -
-
Uses of ThreadPoolSupplier in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return ThreadPoolSupplier Modifier and Type Method Description ThreadPoolSupplier
ThreadPoolSupplier.Builder. build()
static ThreadPoolSupplier
ServerThreadPoolSupplier. create()
Create a new thread pool supplier with default configuration.static ThreadPoolSupplier
ServerThreadPoolSupplier. create(Config config)
Create supplier from configuration.static ThreadPoolSupplier
ThreadPoolSupplier. create()
Deprecated, for removal: This API element is subject to removal in a future version.since 2.4.2, please usecreate(String)
static ThreadPoolSupplier
ThreadPoolSupplier. create(Config config)
Deprecated, for removal: This API element is subject to removal in a future version.since 2.4.2, please usecreate(Config, String)
static ThreadPoolSupplier
ThreadPoolSupplier. create(Config config, String name)
Load supplier from configuration.static ThreadPoolSupplier
ThreadPoolSupplier. create(String name)
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 ThreadPoolSupplier Modifier and Type Method Description AqConnector.AqConnectorBuilder
AqConnector.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 ThreadPoolSupplier Modifier and Type Method Description JmsConnector.JmsConnectorBuilder
JmsConnector.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 ThreadPoolSupplier Modifier and Type Method Description ThreadPoolSupplier
FaultToleranceExtension. threadPoolSupplier()
AccessThreadPoolSupplier
configured by this extension.
-