Uses of Interface
io.helidon.common.configurable.spi.ExecutorServiceSupplierObserver.MethodInvocation
Packages that use 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
Method parameters in io.helidon.common.configurable.spi with type arguments of type ExecutorServiceSupplierObserver.MethodInvocationModifier 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
Method parameters in io.helidon.metrics with type arguments of type ExecutorServiceSupplierObserver.MethodInvocationModifier and TypeMethodDescriptionExecutorServiceMetricsObserver.registerSupplier
(Supplier<? extends ExecutorService> supplier, int supplierIndex, String supplierCategory, List<ExecutorServiceSupplierObserver.MethodInvocation> methodInvocations)