Uses of Class
io.confluent.kafka.schemaregistry.rules.cel.CelExecutor.Bindings
Packages that use CelExecutor.Bindings
-
Uses of CelExecutor.Bindings in io.confluent.kafka.schemaregistry.rules.cel
Methods in io.confluent.kafka.schemaregistry.rules.cel that return CelExecutor.BindingsModifier and TypeMethodDescriptionprotected CelExecutor.BindingsInspect the boundmessageto decide ScriptType, then convert every arg to its CEL-friendly shape.Methods in io.confluent.kafka.schemaregistry.rules.cel with parameters of type CelExecutor.BindingsModifier and TypeMethodDescriptionprotected ObjectCelExecutor.evaluate(RuleContext ctx, String rule, CelExecutor.Bindings b) Look up (or compile) the program forruleand run it against the pre-converted args inb.protected ObjectCelExecutor.evaluateWithGuard(RuleContext ctx, CelExecutor.Bindings b) Apply the optional guard (everything before the first;in the rule expression) and then evaluate the body.