I have the following use case that I would like to understand if the edgeEngine can support
During #4, is it possible to wake up the edgeEngine to make calls via microservice?
Issue: Unable to make edge microservice API calls when the application is in the background.
Cause: edgeEngine Runtime is not running.
Remedy: It is the application’s responsibility to bring the application to the foreground when it needs to make API calls to the edge microservices. Therefor you can always call the mimik Client Library's startEdgeEngine before making the edge microservice calls.
Note: The mimik mimik Client Library helps with the process by automatically restarting the edgeEngine Runtime once the application comes back to the foreground.