public interface Engine
| Modifier and Type | Method and Description |
|---|---|
void |
configure(String language,
String expression)
Pre-compiles the expression for repeated execution.
|
<T> T |
eval(org.apache.kafka.connect.connector.ConnectRecord<?> record,
Class<T> type)
Calculate a value out of the record.
|
void configure(String language, String expression)
expression - <T> T eval(org.apache.kafka.connect.connector.ConnectRecord<?> record,
Class<T> type)
record - to be usedCopyright © 2021 JBoss by Red Hat. All rights reserved.