Skip to content

Instantly share code, notes, and snippets.

@jjviana
Created August 2, 2012 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjviana/3236846 to your computer and use it in GitHub Desktop.
Save jjviana/3236846 to your computer and use it in GitHub Desktop.
Request boundary example
public void processRequest(Integer param1,String param2) {
MyRequest request=new MyRequest(param1, param2);
requestManager.requestStarting(request);
// Process the request as usual...
requestManager.requestFinished(request);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment