Uses of Class
io.helidon.common.configurable.ScheduledThreadPoolSupplier
-
Packages that use ScheduledThreadPoolSupplier 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 ScheduledThreadPoolSupplier in io.helidon.common.configurable
Methods in io.helidon.common.configurable that return ScheduledThreadPoolSupplier Modifier and Type Method Description ScheduledThreadPoolSupplier
ScheduledThreadPoolSupplier.Builder. build()
static ScheduledThreadPoolSupplier
ScheduledThreadPoolSupplier. create()
Create a new thread pool supplier with default configuration.static ScheduledThreadPoolSupplier
ScheduledThreadPoolSupplier. create(Config config)
Load supplier from configuration. -
Uses of ScheduledThreadPoolSupplier in io.helidon.messaging.connectors.aq
Methods in io.helidon.messaging.connectors.aq with parameters of type ScheduledThreadPoolSupplier Modifier and Type Method Description AqConnector.AqConnectorBuilder
AqConnector.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 ScheduledThreadPoolSupplier Modifier and Type Method Description JmsConnector.JmsConnectorBuilder
JmsConnector.JmsConnectorBuilder. scheduler(ScheduledThreadPoolSupplier schedulerPoolSupplier)
Custom executor supplier for loop pulling messages from JMS. -
Uses of ScheduledThreadPoolSupplier in io.helidon.microprofile.faulttolerance
Methods in io.helidon.microprofile.faulttolerance that return ScheduledThreadPoolSupplier Modifier and Type Method Description ScheduledThreadPoolSupplier
FaultToleranceExtension. scheduledThreadPoolSupplier()
AccessScheduledThreadPoolSupplier
configured by this extension.
-