Interface CelRuntimeLibrary

  • All Known Subinterfaces:
    CelInternalRuntimeLibrary

    public interface CelRuntimeLibrary
    CelRuntimeLibrary 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.