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 Detail

      • getName

        default String getName()
      • exec

        T exec​(Map<String,​Object> params)
        The function execution. Must return an object that can be used in browser windows communication.
        Parameters:
        params - Params set by user when configuring the component.
        Returns:
        The result