Uses of Class
io.apicurio.registry.metrics.PersistenceTimeoutReadinessApply
-
Packages that use PersistenceTimeoutReadinessApply Package Description io.apicurio.registry.metrics io.apicurio.registry.storage.impl.sql -
-
Uses of PersistenceTimeoutReadinessApply in io.apicurio.registry.metrics
Classes in io.apicurio.registry.metrics with annotations of type PersistenceTimeoutReadinessApply Modifier and Type Class Description class
PersistenceTimeoutReadinessInterceptor
Fail readiness check if the duration of processing a artifactStore operation is too high. -
Uses of PersistenceTimeoutReadinessApply in io.apicurio.registry.storage.impl.sql
Classes in io.apicurio.registry.storage.impl.sql with annotations of type PersistenceTimeoutReadinessApply Modifier and Type Class Description class
InMemoryRegistryStorage
An in-memory SQL implementation of theRegistryStorage
interface.
-