microsoft / iomt-fhir

iomt-fhir
MIT License
146 stars 68 forks source link

Return an indicator when we resume the processor #297

Closed rogordon01 closed 1 year ago

rogordon01 commented 1 year ago

The ResumeAsync method will restart processing if the EventProcessorClient is not already running. This PR returns an indication of when the method has started the processor.

This indication will support downstream health checks.