Interface ActionCallback


public interface ActionCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    called when a request is received, this app should process the request and return a response
  • Method Details

    • onExecute

      String onExecute(ActionRequest request)
      called when a request is received, this app should process the request and return a response
      Parameters:
      request -
      Returns:
      json representation of the response