Uses of Class
io.apicurio.registry.storage.LogConfigurationNotFoundException
-
Packages that use LogConfigurationNotFoundException Package Description io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql -
-
Uses of LogConfigurationNotFoundException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw LogConfigurationNotFoundException Modifier and Type Method Description LogConfigurationDtoRegistryStorage. getLogConfiguration(String logger)Returns the log configuration persisted in the storage for the given loggervoidRegistryStorage. removeLogConfiguration(String logger)Removes the persisted log configuration for the given logger -
Uses of LogConfigurationNotFoundException in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that throw LogConfigurationNotFoundException Modifier and Type Method Description LogConfigurationDtoRegistryStorageDecorator. getLogConfiguration(String logger)voidRegistryStorageDecorator. removeLogConfiguration(String logger) -
Uses of LogConfigurationNotFoundException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw LogConfigurationNotFoundException Modifier and Type Method Description LogConfigurationDtoAbstractSqlRegistryStorage. getLogConfiguration(String logger)voidAbstractSqlRegistryStorage. removeLogConfiguration(String logger)
-