public abstract class FieldRuleExecutor extends Object implements RuleExecutor
| Modifier and Type | Field and Description |
|---|---|
static String |
PRESERVE_SOURCE_FIELDS |
DEFAULT_NAME| Constructor and Description |
|---|
FieldRuleExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<String,?> configs) |
boolean |
isPreserveSource() |
abstract FieldTransform |
newTransform(RuleContext ctx) |
Object |
transform(RuleContext ctx,
Object message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddOriginalConfigs, close, typepublic static final String PRESERVE_SOURCE_FIELDS
public boolean isPreserveSource()
public abstract FieldTransform newTransform(RuleContext ctx) throws RuleException
RuleExceptionpublic Object transform(RuleContext ctx, Object message) throws RuleException
transform in interface RuleExecutorRuleExceptionCopyright © 2025 Confluent, Inc.. All rights reserved.