Skip to content

Instantly share code, notes, and snippets.

@changhuixu
Last active May 31, 2020 22:54
Show Gist options
  • Select an option

  • Save changhuixu/8b69e375af87dc60ea5a89f8ce3e751a to your computer and use it in GitHub Desktop.

Select an option

Save changhuixu/8b69e375af87dc60ea5a89f8ce3e751a to your computer and use it in GitHub Desktop.
public void ConfigureServices(IServiceCollection services)
{
// ...
services.AddSingleton(rabbitMqConnection);
services.AddSingleton<IRabbitMQClient, RabbitMQClient>();
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment