Uses of Interface
io.helidon.common.configurable.spi.ExecutorServiceSupplierObserver.MethodInvocation
-
Packages that use ExecutorServiceSupplierObserver.MethodInvocation Package Description io.helidon.common.configurable.spi Loadable service definitions.io.helidon.metrics 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.MethodInvocation Modifier and Type Method Description ExecutorServiceSupplierObserver.SupplierObserverContext
ExecutorServiceSupplierObserver. 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.MethodInvocation Modifier and Type Method Description ExecutorServiceSupplierObserver.SupplierObserverContext
ExecutorServiceMetricsObserver. registerSupplier(Supplier<? extends ExecutorService> supplier, int supplierIndex, String supplierCategory, List<ExecutorServiceSupplierObserver.MethodInvocation> methodInvocations)
-