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 ScheduledThreadPoolSupplierScheduledThreadPoolSupplier.Builder. build()static ScheduledThreadPoolSupplierScheduledThreadPoolSupplier. create()Create a new thread pool supplier with default configuration.static ScheduledThreadPoolSupplierScheduledThreadPoolSupplier. 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.AqConnectorBuilderAqConnector.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.JmsConnectorBuilderJmsConnector.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 ScheduledThreadPoolSupplierFaultToleranceExtension. scheduledThreadPoolSupplier()AccessScheduledThreadPoolSupplierconfigured by this extension.
-