Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created May 16, 2020 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gdyrrahitis/2a3eb9efbf388cdc6af65f73530fbf2e to your computer and use it in GitHub Desktop.
Save gdyrrahitis/2a3eb9efbf388cdc6af65f73530fbf2e to your computer and use it in GitHub Desktop.
public interface IRabbitMqProducer<in T>
{
void Publish(T @event);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment