Package dev.cel.runtime
Interface CelInternalRuntimeLibrary
-
- All Superinterfaces:
CelRuntimeLibrary
@Internal public interface CelInternalRuntimeLibrary extends CelRuntimeLibrary
CelInternalRuntimeLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelRuntime, with access to runtime internals. This is not intended for general use.CEL Library Internals. Do Not Use.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRuntimeOptions(CelRuntimeBuilder runtimeBuilder, RuntimeEquality runtimeEquality, dev.cel.common.CelOptions celOptions)Configures the runtime to support the library implementation, such as adding function bindings.-
Methods inherited from interface dev.cel.runtime.CelRuntimeLibrary
setRuntimeOptions
-
-
-
-
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.
-
-