Uses of Class
io.smallrye.faulttolerance.metrics.MetricsIntegration
-
Packages that use MetricsIntegration Package Description io.smallrye.faulttolerance io.smallrye.faulttolerance.metrics -
-
Uses of MetricsIntegration in io.smallrye.faulttolerance
Constructors in io.smallrye.faulttolerance with parameters of type MetricsIntegration Constructor Description FaultToleranceExtension(MetricsIntegration metricsIntegration) -
Uses of MetricsIntegration in io.smallrye.faulttolerance.metrics
Methods in io.smallrye.faulttolerance.metrics that return MetricsIntegration Modifier and Type Method Description static MetricsIntegrationMetricsIntegration. valueOf(String name)Returns the enum constant of this type with the specified name.static MetricsIntegration[]MetricsIntegration. values()Returns an array containing the constants of this enum type, in the order they are declared.
-