Uses of Class
io.apicurio.registry.storage.RuleAlreadyExistsException
-
Packages that use RuleAlreadyExistsException Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql -
-
Uses of RuleAlreadyExistsException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw RuleAlreadyExistsException Modifier and Type Method Description voidEventSourcedRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidEventSourcedRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config) -
Uses of RuleAlreadyExistsException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw RuleAlreadyExistsException Modifier and Type Method Description voidRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)Creates an artifact rule for a specific Artifact.voidRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)Creates a single global rule. -
Uses of RuleAlreadyExistsException in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that throw RuleAlreadyExistsException Modifier and Type Method Description voidRegistryStorageDecorator. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidRegistryStorageDecorator. createGlobalRule(RuleType rule, RuleConfigurationDto config) -
Uses of RuleAlreadyExistsException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw RuleAlreadyExistsException Modifier and Type Method Description voidAbstractSqlRegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)voidAbstractSqlRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)
-