Uses of Class
io.apicurio.registry.storage.LogConfigurationNotFoundException
-
Packages that use LogConfigurationNotFoundException Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.impl.sql -
-
Uses of LogConfigurationNotFoundException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw LogConfigurationNotFoundException Modifier and Type Method Description LogConfigurationDto
EventSourcedRegistryStorage. getLogConfiguration(String logger)
void
EventSourcedRegistryStorage. removeLogConfiguration(String logger)
-
Uses of LogConfigurationNotFoundException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw LogConfigurationNotFoundException Modifier and Type Method Description LogConfigurationDto
RegistryStorage. getLogConfiguration(String logger)
Returns the log configuration persisted in the storage for the given loggervoid
RegistryStorage. removeLogConfiguration(String logger)
Removes the persisted log configuration for the given 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 LogConfigurationDto
AbstractSqlRegistryStorage. getLogConfiguration(String logger)
void
AbstractSqlRegistryStorage. removeLogConfiguration(String logger)
-