Interface JSONCallback


public interface JSONCallback
Since:
5.3
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(JSONObject reply)
    Modify the reply, typically by adding additional keys.
  • Method Details

    • run

      void run(JSONObject reply)
      Modify the reply, typically by adding additional keys.
      Parameters:
      reply - the reply JSON object to be sent to the client