Skip to content

Instantly share code, notes, and snippets.

@frogermcs
Created January 25, 2017 21:36
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 frogermcs/c376dff4c05b09e593b3fa594c55a314 to your computer and use it in GitHub Desktop.
Save frogermcs/c376dff4c05b09e593b3fa594c55a314 to your computer and use it in GitHub Desktop.
public class MainRequestHandler implements RequestHandler {
@Override
public RootResponse onRequest(RootRequest rootRequest) {
return ResponseBuilder.askResponse("Hey, it works! Now tell something so I could repeat it.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment