microsoft / durabletask-java

Java SDK for Durable Functions and the Durable Task Framework
MIT License
13 stars 7 forks source link

Revert "Implement suspend and resume client APIs (#104)" #128

Closed kaibocai closed 1 year ago

kaibocai commented 1 year ago

This reverts commit c303a12cf7fd94415c1e0339b0767c407965a77b.

Issue describing the changes in this PR

Revert PR https://github.com/microsoft/durabletask-java/pull/104 to plan for this release, as the required version of extension bundle is not released yet.

Pull request checklist

Additional information

Additional PR information

kaibocai commented 1 year ago

Instead of revert the change, simple hide those API methods at https://github.com/microsoft/durabletask-java/pull/129. Please let me know if it's good. Thanks.