rebus-org / Rebus.AzureServiceBus

:bus: Azure Service Bus transport for Rebus
https://mookid.dk/category/rebus
Other
33 stars 20 forks source link

Expose read only interface to read saga data #82

Closed sabbadino closed 2 years ago

sabbadino commented 2 years ago

I am currently using an hack that I found in another post. In my scenario I need to expand with saga data the info shown of an entity that is bound to a saga .. i don't need particular search capability , so having registered in IOC an interface that replicate the read only part of the existing private interface named isagastorage (if i remember well) would do.

sabbadino commented 2 years ago

Recreating it in the proper repo .. sorry, this is not related to service bus