Uses of Class
io.confluent.kafka.schemaregistry.rules.RuleException
Packages that use RuleException
Package
Description
-
Uses of RuleException in io.confluent.kafka.schemaregistry
Methods in io.confluent.kafka.schemaregistry that throw RuleExceptionModifier and TypeMethodDescriptiondefault ObjectParsedSchema.transformMessage(RuleContext ctx, FieldTransform transform, Object message) -
Uses of RuleException in io.confluent.kafka.schemaregistry.avro
Methods in io.confluent.kafka.schemaregistry.avro that throw RuleExceptionModifier and TypeMethodDescriptionAvroSchema.transformMessage(RuleContext ctx, FieldTransform transform, Object message) -
Uses of RuleException in io.confluent.kafka.schemaregistry.client.rest.entities
Methods in io.confluent.kafka.schemaregistry.client.rest.entities that throw RuleException -
Uses of RuleException in io.confluent.kafka.schemaregistry.rules
Subclasses of RuleException in io.confluent.kafka.schemaregistry.rulesModifier and TypeClassDescriptionclassA rule exception that occurs when the client interacts with a remote service.classA schema condition rule exception.Methods in io.confluent.kafka.schemaregistry.rules with parameters of type RuleExceptionModifier and TypeMethodDescriptionvoidDlqAction.run(RuleContext ctx, Object message, RuleException ex) voidErrorAction.run(RuleContext ctx, Object message, RuleException ex) voidNoneAction.run(RuleContext ctx, Object message, RuleException ex) voidRuleAction.run(RuleContext ctx, Object message, RuleException ex) Methods in io.confluent.kafka.schemaregistry.rules that throw RuleExceptionModifier and TypeMethodDescriptiondefault voidFieldTransform.close()default voidRuleBase.close()default voidFieldTransform.init(RuleContext ctx) FieldRedactionExecutor.newTransform(RuleContext ctx) abstract FieldTransformFieldRuleExecutor.newTransform(RuleContext ctx) voidDlqAction.run(RuleContext ctx, Object message, RuleException ex) voidErrorAction.run(RuleContext ctx, Object message, RuleException ex) voidNoneAction.run(RuleContext ctx, Object message, RuleException ex) voidRuleAction.run(RuleContext ctx, Object message, RuleException ex) FieldRedactionExecutor.FieldRedactionExecutorTransform.transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, Object fieldValue) FieldRuleExecutor.transform(RuleContext ctx, Object message) FieldTransform.transform(RuleContext ctx, RuleContext.FieldContext fieldCtx, Object fieldValue) RuleExecutor.transform(RuleContext ctx, Object message)