Uses of Interface
io.github.teceli.resiliencia.metrics.Snapshot
Packages that use Snapshot
Package
Description
-
Uses of Snapshot in io.github.teceli.resiliencia.metrics
Methods in io.github.teceli.resiliencia.metrics with parameters of type Snapshot -
Uses of Snapshot in io.github.teceli.resiliencia.metrics.bulkhead
Subinterfaces of Snapshot in io.github.teceli.resiliencia.metrics.bulkheadModifier and TypeInterfaceDescriptioninterfaceGauge-worthy live state of a Bulkhead.Classes in io.github.teceli.resiliencia.metrics.bulkhead that implement Snapshot -
Uses of Snapshot in io.github.teceli.resiliencia.metrics.circuitbreaker
Subinterfaces of Snapshot in io.github.teceli.resiliencia.metrics.circuitbreakerModifier and TypeInterfaceDescriptioninterfaceGauge-worthy live state of a CircuitBreaker.Classes in io.github.teceli.resiliencia.metrics.circuitbreaker that implement SnapshotModifier and TypeClassDescriptionstatic final recordstatic final record -
Uses of Snapshot in io.github.teceli.resiliencia.metrics.ratelimiter
Subinterfaces of Snapshot in io.github.teceli.resiliencia.metrics.ratelimiterModifier and TypeInterfaceDescriptioninterfaceGauge-worthy live state of a RateLimiter.Classes in io.github.teceli.resiliencia.metrics.ratelimiter that implement Snapshot -
Uses of Snapshot in io.github.teceli.resiliencia.micrometer
Methods in io.github.teceli.resiliencia.micrometer with parameters of type Snapshot -
Uses of Snapshot in io.github.teceli.resiliencia.opentelemetry
Methods in io.github.teceli.resiliencia.opentelemetry with parameters of type Snapshot -
Uses of Snapshot in io.github.teceli.resiliencia.test
Methods in io.github.teceli.resiliencia.test with type parameters of type SnapshotModifier and TypeMethodDescriptionFakeResilienceMetrics.getSnapshotsOfType(Class<T> type) Returns all captured snapshots of a specific type.Methods in io.github.teceli.resiliencia.test that return types with arguments of type SnapshotModifier and TypeMethodDescriptionFakeResilienceMetrics.getAllSnapshots()Returns an immutable view of all captured snapshots in emission order.Methods in io.github.teceli.resiliencia.test with parameters of type Snapshot