Skip to content

Instantly share code, notes, and snippets.

@lordofthejars
Created September 11, 2014 16:02
Show Gist options
  • Select an option

  • Save lordofthejars/f8bc0d037ed8e6c4151b to your computer and use it in GitHub Desktop.

Select an option

Save lordofthejars/f8bc0d037ed8e6c4151b to your computer and use it in GitHub Desktop.
Future<String> helloWorldResult = new HelloWorldCommand().queue();
//some more work
Stirng message = helloWorldResult.get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment