mirror of https://github.com/dapr/java-sdk.git
Fix broken link in actors example README (#271)
This commit is contained in:
parent
af7a0d1126
commit
cbab5a858f
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
In this example, we'll use Dapr to test the actor pattern capabilities such as concurrency, state, life-cycle management for actor activation/deactivation and timers and reminders to wake-up actors.
|
In this example, we'll use Dapr to test the actor pattern capabilities such as concurrency, state, life-cycle management for actor activation/deactivation and timers and reminders to wake-up actors.
|
||||||
|
|
||||||
Visit [this](https://github.com/dapr/docs/blob/master/concepts/actor/actor_overview.md) link for more information about the Actor pattern.
|
Visit [this](https://github.com/dapr/docs/blob/master/concepts/actors/README.md) link for more information about the Actor pattern.
|
||||||
|
|
||||||
This example contains the follow classes:
|
This example contains the follow classes:
|
||||||
|
|
||||||
|
@ -206,4 +206,4 @@ For more details on Dapr SpringBoot integration, please refer to [Dapr Spring Bo
|
||||||
|
|
||||||
Currently, these are the limitations in the Java SDK for Dapr:
|
Currently, these are the limitations in the Java SDK for Dapr:
|
||||||
* Actor interface cannot have overloaded methods (methods with same name but different signature).
|
* Actor interface cannot have overloaded methods (methods with same name but different signature).
|
||||||
* Actor methods can only have zero or one parameter.
|
* Actor methods can only have zero or one parameter.
|
||||||
|
|
Loading…
Reference in New Issue