Uses of Class
io.apicurio.registry.metrics.PersistenceExceptionLivenessApply
-
Packages that use PersistenceExceptionLivenessApply Package Description io.apicurio.registry.metrics io.apicurio.registry.storage.impl.sql -
-
Uses of PersistenceExceptionLivenessApply in io.apicurio.registry.metrics
Classes in io.apicurio.registry.metrics with annotations of type PersistenceExceptionLivenessApply Modifier and Type Class Description class
PersistenceExceptionLivenessInterceptor
Fail liveness check if the number of exceptions thrown by artifactStore is too high. -
Uses of PersistenceExceptionLivenessApply in io.apicurio.registry.storage.impl.sql
Classes in io.apicurio.registry.storage.impl.sql with annotations of type PersistenceExceptionLivenessApply Modifier and Type Class Description class
InMemoryRegistryStorage
An in-memory SQL implementation of theRegistryStorage
interface.
-