dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
260 stars 206 forks source link

Finish Actors Docs #639

Open greenie-msft opened 3 years ago

greenie-msft commented 3 years ago

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.

artursouza commented 3 years ago

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