R - the subtype of ConnectRecord on which this transformation will operate@Incubating public class Filter<R extends org.apache.kafka.connect.connector.ConnectRecord<R>> extends ScriptingTransformation<R>
ScriptingTransformation.NullHandling| Modifier and Type | Field and Description |
|---|---|
static Field |
EXPRESSION |
engine, LANGUAGE, NULL_HANDLING| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
protected R |
doApply(R record) |
protected Field |
expressionField() |
apply, close, config, configurepublic static final Field EXPRESSION
protected R doApply(R record)
doApply in class ScriptingTransformation<R extends org.apache.kafka.connect.connector.ConnectRecord<R>>protected Field expressionField()
expressionField in class ScriptingTransformation<R extends org.apache.kafka.connect.connector.ConnectRecord<R>>Copyright © 2020 JBoss by Red Hat. All rights reserved.