Uses of Class
io.helidon.common.configurable.ScheduledThreadPoolSupplier
Packages that use ScheduledThreadPoolSupplier
Package
Description
General utilities that use
Config
.MicroProfile Reactive Messaging Oracle AQ connector.
Microprofile messaging JMS connector.
-
Uses of ScheduledThreadPoolSupplier in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return ScheduledThreadPoolSupplierModifier and TypeMethodDescriptionScheduledThreadPoolConfig.Builder.build()
ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl.build()
static ScheduledThreadPoolSupplier
ScheduledThreadPoolSupplier.create()
Create a new thread pool supplier with default configuration.static ScheduledThreadPoolSupplier
Load supplier from configuration.static ScheduledThreadPoolSupplier
ScheduledThreadPoolSupplier.create
(ScheduledThreadPoolConfig config) Create a new instance from programmatic configuration.static ScheduledThreadPoolSupplier
ScheduledThreadPoolSupplier.create
(Consumer<ScheduledThreadPoolConfig.Builder> consumer) Create a new instance customizing its configuration.ScheduledThreadPoolConfig.BuilderBase.ScheduledThreadPoolConfigImpl.get()
-
Uses of ScheduledThreadPoolSupplier in io.helidon.messaging.connectors.aq
Methods in io.helidon.messaging.connectors.aq with parameters of type ScheduledThreadPoolSupplierModifier and TypeMethodDescriptionAqConnector.AqConnectorBuilder.scheduler
(ScheduledThreadPoolSupplier schedulerPoolSupplier) Custom executor supplier for loop pulling messages from JMS. -
Uses of ScheduledThreadPoolSupplier in io.helidon.messaging.connectors.jms
Methods in io.helidon.messaging.connectors.jms with parameters of type ScheduledThreadPoolSupplierModifier and TypeMethodDescriptionJmsConnector.JmsConnectorBuilder.scheduler
(ScheduledThreadPoolSupplier schedulerPoolSupplier) Custom executor supplier for loop pulling messages from JMS.