asyncapi / saunter

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

Subscriptions? #130

Closed jstafford5380 closed 1 year ago

jstafford5380 commented 2 years ago

It seems subscriptions are completely left out. Is that just state of the project or are there examples somewhere?

m-wild commented 1 year ago

Subscriptions are supported using the [SubscribeOperation] attribute. Example here: https://github.com/tehmantra/saunter/blob/d3d09aaa118fe6a0ec730a4ac08bd3f9a74f01e9/examples/StreetlightsAPI/Messaging.cs#L25