Skip to content

Instantly share code, notes, and snippets.

@dfeist
Created August 30, 2010 14:27
Show Gist options
  • Save dfeist/557482 to your computer and use it in GitHub Desktop.
Save dfeist/557482 to your computer and use it in GitHub Desktop.
public interface MessageProcessor
{
MuleEvent process(MuleEvent event) throws MuleException;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment