Uses of Interface
io.helidon.common.configurable.spi.ExecutorServiceSupplierObserver.MethodInvocation
Package
Description
Loadable service definitions.
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
-
Uses of ExecutorServiceSupplierObserver.MethodInvocation in io.helidon.common.configurable.spi
Modifier and TypeMethodDescriptionExecutorServiceSupplierObserver.registerSupplier
(Supplier<? extends ExecutorService> supplier, int supplierIndex, String supplierCategory, List<ExecutorServiceSupplierObserver.MethodInvocation> methodInvocations) Makes a supplier known to the observer and returns a supplier context for the supplier to use for future interactions with the observer, using theExecutorServiceSupplierObserver.MethodInvocation
abstraction for invoking methods to obtain metric values. -
Uses of ExecutorServiceSupplierObserver.MethodInvocation in io.helidon.metrics
Modifier and TypeMethodDescriptionExecutorServiceMetricsObserver.registerSupplier
(Supplier<? extends ExecutorService> supplier, int supplierIndex, String supplierCategory, List<ExecutorServiceSupplierObserver.MethodInvocation> methodInvocations)