Interface FunctionLoader

All Known Implementing Classes:
ClassPathConfigFunctionLoader

public interface FunctionLoader
Function loader to load function when function not found.
  • Method Summary

    Modifier and Type
    Method
    Description
    Invoked when function not found, The implementation must returns null when function not found.
  • Method Details

    • onFunctionNotFound

      AviatorFunction onFunctionNotFound(String name)
      Invoked when function not found, The implementation must returns null when function not found.
      Parameters:
      name - function name