Hi Team,
We are currently using HTTP APIs to manage our Durable Function instances, as referenced here: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-http-api.
Is there a Java client available that can be used as an alternative to these HTTP APIs? I came across this repository: https://github.com/microsoft/durabletask-java, but it appears to be intended for use only within the Durable Task framework itself.