Skip to content

Instantly share code, notes, and snippets.

@mariomartinezricston
Created September 20, 2016 11:58
Show Gist options
  • Save mariomartinezricston/ba87abba68392bf9bf7aacc74cf76891 to your computer and use it in GitHub Desktop.
Save mariomartinezricston/ba87abba68392bf9bf7aacc74cf76891 to your computer and use it in GitHub Desktop.
FlowInvokerContextListener
public class FlowInvokerContextListener implements MuleContextNotificationListener<MuleContextNotification> {
@Inject
private MuleContext context;
private static final Logger logger = Logger.getLogger(FlowInvokerContextListener.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment