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 ThreadPoolSupplierServerThreadPoolSupplier.create()Create a new thread pool supplier with default configuration.static ThreadPoolSupplierCreate supplier from configuration.static ThreadPoolSupplierLoad supplier from configuration.static ThreadPoolSupplierCreate 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()AccessThreadPoolSupplierconfigured by this extension.