Package dev.cel.runtime
Class CelRuntimeFactory
- java.lang.Object
-
- dev.cel.runtime.CelRuntimeFactory
-
public final class CelRuntimeFactory extends java.lang.Object
Helper class to construct newCelRuntime
instances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CelRuntimeBuilder
standardCelRuntimeBuilder()
Create a new builder for constructing aCelRuntime
instance.
-
-
-
Method Detail
-
standardCelRuntimeBuilder
public static CelRuntimeBuilder standardCelRuntimeBuilder()
Create a new builder for constructing aCelRuntime
instance.Note, the
CelOptions.current()
, standard CEL function libraries, and linked message evaluation are enabled by default.
-
-