Uses of Interface
dev.cel.runtime.CelEvaluationListener
-
Packages that use CelEvaluationListener Package Description dev.cel.runtime -
-
Uses of CelEvaluationListener in dev.cel.runtime
Methods in dev.cel.runtime that return CelEvaluationListener Modifier and Type Method Description static CelEvaluationListenerCelEvaluationListener. noOpListener()Construct a listener that does nothing.Methods in dev.cel.runtime with parameters of type CelEvaluationListener Modifier and Type Method Description java.lang.ObjectInterpretable. eval(GlobalResolver resolver, CelEvaluationListener listener)java.lang.ObjectUnknownTrackingInterpretable. evalTrackingUnknowns(RuntimeUnknownResolver resolver, CelEvaluationListener listener)java.lang.ObjectCelRuntime.Program. trace(Message message, CelEvaluationListener listener)Trace evaluates a compiled program usingmessagefields as the source of input variables.java.lang.ObjectCelRuntime.Program. trace(CelEvaluationListener listener)Trace evaluates a compiled program without any variables and invokes the listener as evaluation progresses through the AST.java.lang.ObjectCelRuntime.Program. trace(CelVariableResolver resolver, CelEvaluationListener listener)Trace evaluates a compiled program using a custom variableresolver.java.lang.ObjectCelRuntime.Program. trace(java.util.Map<java.lang.String,?> mapValue, CelEvaluationListener listener)Trace evaluates a compiled program using amapValueas the source of input variables.
-