Skip to content

Instantly share code, notes, and snippets.

@jeffreycassar
Created May 19, 2020 14:13
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 jeffreycassar/98744e5927ebc0c790394ea68c5abb02 to your computer and use it in GitHub Desktop.
Save jeffreycassar/98744e5927ebc0c790394ea68c5abb02 to your computer and use it in GitHub Desktop.
@Override
public Object onCall(MuleEventContext eventContext) throws Exception {
Transaction tx = eventContext.getTransaction();
// Rest of implementation
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment