java-sdk icon indicating copy to clipboard operation
java-sdk copied to clipboard

Finish Actors Docs

Open greenie-msft opened this issue 3 years ago • 1 comments

At the moment, Actors is unfinished in the Java SDK docs: https://docs.dapr.io/developing-applications/sdks/java/#actors

The only example it shows is an actor interface for "DemoActor".

As a Java developer interested in Actors via the SDK, I expect to see an example of DemoActor implementation and an example of a client calling the methods on the DemoActor.

greenie-msft avatar Oct 07 '21 21:10 greenie-msft

See README as an example: https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/actors

artursouza avatar Oct 07 '21 21:10 artursouza