| Modifier and Type | Method and Description |
|---|---|
default Object |
ParsedSchema.transformMessage(RuleContext ctx,
FieldTransform transform,
Object message) |
| Modifier and Type | Method and Description |
|---|---|
Object |
AvroSchema.transformMessage(RuleContext ctx,
FieldTransform transform,
Object message) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.validate() |
void |
RuleSet.validate() |
| Modifier and Type | Class and Description |
|---|---|
class |
RuleClientException
A rule exception that occurs when the client interacts with a remote service.
|
class |
RuleConditionException
A schema condition rule exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NoneAction.run(RuleContext ctx,
Object message,
RuleException ex) |
void |
RuleAction.run(RuleContext ctx,
Object message,
RuleException ex) |
void |
DlqAction.run(RuleContext ctx,
Object message,
RuleException ex) |
void |
ErrorAction.run(RuleContext ctx,
Object message,
RuleException ex) |
| Modifier and Type | Method and Description |
|---|---|
default void |
FieldTransform.close() |
default void |
RuleBase.close() |
default void |
FieldTransform.init(RuleContext ctx) |
abstract FieldTransform |
FieldRuleExecutor.newTransform(RuleContext ctx) |
FieldRedactionExecutor.FieldRedactionExecutorTransform |
FieldRedactionExecutor.newTransform(RuleContext ctx) |
void |
NoneAction.run(RuleContext ctx,
Object message,
RuleException ex) |
void |
RuleAction.run(RuleContext ctx,
Object message,
RuleException ex) |
void |
DlqAction.run(RuleContext ctx,
Object message,
RuleException ex) |
void |
ErrorAction.run(RuleContext ctx,
Object message,
RuleException ex) |
Object |
FieldRuleExecutor.transform(RuleContext ctx,
Object message) |
Object |
RuleExecutor.transform(RuleContext ctx,
Object message) |
Object |
FieldRedactionExecutor.FieldRedactionExecutorTransform.transform(RuleContext ctx,
RuleContext.FieldContext fieldCtx,
Object fieldValue) |
Object |
FieldTransform.transform(RuleContext ctx,
RuleContext.FieldContext fieldCtx,
Object fieldValue) |
Copyright © 2025 Confluent, Inc.. All rights reserved.