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.
-
Uses of ThreadPoolSupplier in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return ThreadPoolSupplierModifier and TypeMethodDescriptionThreadPoolConfig.Builder.build()ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl.build()static ThreadPoolSupplierServerThreadPoolSupplier.create()Create a new thread pool supplier with default configuration.static ThreadPoolSupplierCreate supplier from configuration.static ThreadPoolSupplierLoad supplier from configuration.static ThreadPoolSupplierThreadPoolSupplier.create(ThreadPoolConfig config) Create a new thread pool supplier based on its configuration.static ThreadPoolSupplierCreate a new thread pool supplier with default configuration and a given name.static ThreadPoolSupplierThreadPoolSupplier.create(Consumer<ThreadPoolConfig.Builder> consumer) Create a new thread pool supplier customizing its configuration.ThreadPoolConfig.BuilderBase.ThreadPoolConfigImpl.get() -
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.