Uses of Interface
io.smallrye.faulttolerance.core.metrics.MetricsRecorder
-
Packages that use MetricsRecorder Package Description io.smallrye.faulttolerance.core.metrics -
-
Uses of MetricsRecorder in io.smallrye.faulttolerance.core.metrics
Fields in io.smallrye.faulttolerance.core.metrics declared as MetricsRecorder Modifier and Type Field Description static MetricsRecorderMetricsRecorder. NOOPConstructors in io.smallrye.faulttolerance.core.metrics with parameters of type MetricsRecorder Constructor Description CompletionStageMetricsCollector(FaultToleranceStrategy<CompletionStage<V>> delegate, MetricsRecorder metrics, boolean hasBulkhead, boolean hasCircuitBreaker, boolean hasRateLimit, boolean hasRetry, boolean hasTimeout)MetricsCollector(FaultToleranceStrategy<V> delegate, MetricsRecorder metrics, boolean isAsync, boolean hasBulkhead, boolean hasCircuitBreaker, boolean hasRateLimit, boolean hasRetry, boolean hasTimeout)
-