Package org.dashbuilder.external.impl
Interface BackendComponentFunction<T>
-
- Type Parameters:
T- The function return type.
- All Known Implementing Classes:
BackendDateFunction
public interface BackendComponentFunction<T>Server side component functions contract.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Texec(Map<String,Object> params)The function execution.default StringgetName()
-