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.impl 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 CompletionStage<Void>
EventSourcedRegistryStorage. createArtifactRuleAsync(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)
void
EventSourcedRegistryStorage. 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 default void
RegistryStorage. createArtifactRule(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)
Creates an artifact rule for a specific Artifact.CompletionStage<Void>
RegistryStorage. createArtifactRuleAsync(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)
void
RegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)
Creates a single global rule. -
Uses of RuleAlreadyExistsException in io.apicurio.registry.storage.impl
Methods in io.apicurio.registry.storage.impl that throw RuleAlreadyExistsException Modifier and Type Method Description void
AbstractRegistryStorage. createArtifactRule(String groupId, String artifactId, 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 CompletionStage<Void>
AbstractSqlRegistryStorage. createArtifactRuleAsync(String groupId, String artifactId, RuleType rule, RuleConfigurationDto config)
void
AbstractSqlRegistryStorage. createGlobalRule(RuleType rule, RuleConfigurationDto config)
-