Skip to content

Instantly share code, notes, and snippets.

@dfeist
Created August 30, 2010 14:37
Show Gist options
  • Save dfeist/557494 to your computer and use it in GitHub Desktop.
Save dfeist/557494 to your computer and use it in GitHub Desktop.
public interface MessageRouter extends MessageProcessor
{
void addRoute(MessageProcessor processor);
void removeRoute(MessageProcessor processor);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment