Package rocks.imsofa.sjl
Interface ActionCallback
public interface ActionCallback
-
Method Summary
Modifier and TypeMethodDescriptiononExecute(ActionRequest request) called when a request is received, this app should process the request and return a response
-
Method Details
-
onExecute
called when a request is received, this app should process the request and return a response- Parameters:
request-- Returns:
- json representation of the response
-