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 ThreadPoolSupplierThreadPoolSupplier.Builder. build()static ThreadPoolSupplierServerThreadPoolSupplier. create()Create a new thread pool supplier with default configuration.static ThreadPoolSupplierServerThreadPoolSupplier. create(Config config)Create supplier from configuration.static ThreadPoolSupplierThreadPoolSupplier. create()Deprecated, for removal: This API element is subject to removal in a future version.since 2.4.2, please usecreate(String)static ThreadPoolSupplierThreadPoolSupplier. 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 ThreadPoolSupplierThreadPoolSupplier. create(Config config, String name)Load supplier from configuration.static ThreadPoolSupplierThreadPoolSupplier. 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.AqConnectorBuilderAqConnector.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.JmsConnectorBuilderJmsConnector.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 ThreadPoolSupplierFaultToleranceExtension. threadPoolSupplier()AccessThreadPoolSupplierconfigured by this extension.
-