Skip to content

Instantly share code, notes, and snippets.

@mookid8000
Created August 10, 2011 18:28
Show Gist options
  • Save mookid8000/1137706 to your computer and use it in GitHub Desktop.
Save mookid8000/1137706 to your computer and use it in GitHub Desktop.
being explicit about message types
public interface ICommand : IMessage {}
public interface IEvent : IMessage {}
public interface IRequest : IMessage {}
public interface IReply : IMessage {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment