Skip to content

Instantly share code, notes, and snippets.

@mariomartinezricston
Last active September 20, 2016 13:53
Show Gist options
  • Save mariomartinezricston/e2b1a0e28d939f97d208a4c960e5330c to your computer and use it in GitHub Desktop.
Save mariomartinezricston/e2b1a0e28d939f97d208a4c960e5330c to your computer and use it in GitHub Desktop.
FlowInvoker executeFlow
private void executeFlow(final MuleContextNotification notification) throws MuleException {
DefaultMuleMessage message=new DefaultMuleMessage(notification,context);
MuleClient client=context.getClient();
client.send("vm://startup", message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment