-
- All Known Implementing Classes:
AnalyticsFunctionProvider
,CoreFunctionProvider
,MatchingFunctionProvider
,SimpleFunctionProvider
public interface FunctionProvider
A provider of registered classes for theFunctionRegistry
. Providers must themselves be registered by creating a file META-INF/services/com.pervasive.datarush.function.FunctionProvider that contains an implementation class. Implementations should extendSimpleFunctionProvider
rather than implementing this interface directly.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class<?>>
registeredClasses()
Returns a list of classes registered with this provider
-