Azure / azure-functions-durable-js

JavaScript library for using the Durable Functions bindings
https://www.npmjs.com/package/durable-functions
MIT License
129 stars 47 forks source link

Implement class-based entities #331

Open davidmrdavid opened 2 years ago

davidmrdavid commented 2 years ago

We need to implement a class-based syntax for running entities, which is fairly natural to the abstraction that they represent: virtual actors / "distributed objects"

davingee commented 1 year ago

@davidmrdavid any timeframe on this enhancement ?

Thanks for your time

davidmrdavid commented 1 year ago

Hi @davingee: Unfortunately, no ETA on this at the moment. We're prioritizing other integration work and bug fixing.

davingee commented 1 year ago

Hello again n@davidmrdavid any updates ? this is fantastic functionality!