Interface CelRuntimeLibrary


  • public interface CelRuntimeLibrary
    CelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions for CelRuntime.
    • Method Detail

      • setRuntimeOptions

        void setRuntimeOptions​(CelRuntimeBuilder runtimeBuilder)
        Configures the runtime to support the library implementation, such as adding function bindings.