Skip to content

Instantly share code, notes, and snippets.

@csadilek
Created May 1, 2014 17:34
Show Gist options
  • Save csadilek/0d99ef8c5491cb037e34 to your computer and use it in GitHub Desktop.
Save csadilek/0d99ef8c5491cb037e34 to your computer and use it in GitHub Desktop.
@Remote
public interface LongRunningService {
public CallableFuture<String> someLongRunningTask();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment