Package com.redwood.agent.api.rtx
Interface RTXRELCompilerSPI
-
public interface RTXRELCompilerSPI
REDWOOD INTERNAL USE ONLY. NOT FOR CUSTOMER USE.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> RTXRowRELScript<T>
compileRowExpression(String code, Class<T> returnType)
-
-
-
Method Detail
-
compileRowExpression
<T> RTXRowRELScript<T> compileRowExpression(String code, Class<T> returnType) throws Exception
- Throws:
Exception
-
-