Skip to content

Instantly share code, notes, and snippets.

@federecio
Created December 4, 2011 14:49
Show Gist options
  • Save federecio/1430368 to your computer and use it in GitHub Desktop.
Save federecio/1430368 to your computer and use it in GitHub Desktop.
@Module(name = "example")
public class ExampleConnector {
@Processor
public String myOperation(HttpCallback onSuccess, HttpCallback onFailure) {
String onSuccessFlowUrl = onSuccess.getUrl();
String onFailureFlowUrl = onFailure.getUrl();
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment