asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
194 stars 55 forks source link

Usage with worker service? #168

Open andyjansson opened 12 months ago

andyjansson commented 12 months ago

We have microservices implemented as worker services, connecting to RabbitMQ. While it's pretty straight forward to integrate Saunter with an ASP.NET Core project, it's not immediately obvious on how to do the same with worker services. Any advice?