Azure / service-fabric-rs

Service Fabric Rust
MIT License
7 stars 7 forks source link

[FabricClient] Support Package change notification callbacks #96

Open cgettys-microsoft opened 2 weeks ago

cgettys-microsoft commented 2 weeks ago

End user applications probably want to handle package change notifications.

This PR currently tackles only ConfigurationPackage.

If you're happy with the approach, I'll do the same exact implementation for CodePackage and DataPackage and that will close out #97.