Interface CelInternalRuntimeLibrary

  • All Superinterfaces:
    CelRuntimeLibrary

    @Internal
    public interface CelInternalRuntimeLibrary
    extends CelRuntimeLibrary
    CelInternalRuntimeLibrary defines the interface to extend functionalities beyond the CEL standard functions for CelRuntime, with access to runtime internals. This is not intended for general use.

    CEL Library Internals. Do Not Use.

    • Method Detail

      • setRuntimeOptions

        void setRuntimeOptions​(CelRuntimeBuilder runtimeBuilder,
                               RuntimeEquality runtimeEquality,
                               dev.cel.common.CelOptions celOptions)
        Configures the runtime to support the library implementation, such as adding function bindings.