mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/developing-applications/building-blocks/actors/actors-overview.md
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
parent
2e1874b4b5
commit
db6c25192f
|
|
@ -56,7 +56,7 @@ You would use Dapr Workflow when you need to define and orchestrate complex work
|
|||
|
||||
Actors are uniquely defined as an instance of an actor type, similar to how an object is an instance of a class. For example, you might have an actor type that implements the functionality of a calculator. There could be many actors of that type distributed across various nodes in a cluster.
|
||||
|
||||
Each actor is uniquely identified by an actor ID. An actor ID can be _any_ string value you choose. If you do not provide an actor ID, Dapr generates a random numerical string for you as an ID in the Dapr SDKs.
|
||||
Each actor is uniquely identified by an actor ID. An actor ID can be _any_ string value you choose. If you do not provide an actor ID, Dapr generates a random string for you as an ID.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue