Class CFEvaluator.Loader
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.cf.CFEvaluator.Loader
-
- All Implemented Interfaces:
LazyEvaluator.IEvaluatorLoader
- Enclosing class:
- CFEvaluator
public static class CFEvaluator.Loader extends Object implements LazyEvaluator.IEvaluatorLoader
The loader to use when executing a CF Callback.
-
-
Method Detail
-
load
public IEvaluator load()
Description copied from interface:LazyEvaluator.IEvaluatorLoader
Load the evaluator.- Specified by:
load
in interfaceLazyEvaluator.IEvaluatorLoader
- Returns:
- the evaluator, or
null
-
-