Class CelRuntimeFactory


  • public final class CelRuntimeFactory
    extends java.lang.Object
    Helper class to construct new CelRuntime instances.
    • Method Detail

      • standardCelRuntimeBuilder

        public static CelRuntimeBuilder standardCelRuntimeBuilder()
        Create a new builder for constructing a CelRuntime instance.

        Note, the CelOptions.current(), standard CEL function libraries, and linked message evaluation are enabled by default.