Package dev.cel.runtime
Interface CelRuntimeLibrary
-
public interface CelRuntimeLibraryCelCompilerLibrary defines the interface to extend functionalities beyond the CEL standard functions forCelRuntime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRuntimeOptions(CelRuntimeBuilder runtimeBuilder)Configures the runtime to support the library implementation, such as adding function bindings.
-
-
-
Method Detail
-
setRuntimeOptions
void setRuntimeOptions(CelRuntimeBuilder runtimeBuilder)
Configures the runtime to support the library implementation, such as adding function bindings.
-
-