Actors
More about Dapr Actors
Learn more about how to use Dapr Actors:
- Try the Actors quickstart.
- Explore actors via any of the Dapr SDKs.
- Review the Actors API reference documentation.
Actors overview
Overview of the actors API building block
Actor runtime features
Learn more about the features and concepts of Actors in Dapr
Actor runtime configuration parameters
Modify the default Dapr actor runtime configuration behavior
Actors timers and reminders
Setting timers and reminders and performing error handling for your actors
How to: Enable partitioning of actor reminders
Enable actor reminders partitioning for your application
How-to: Interact with virtual actors using scripting
Invoke the actor method for state management
How-to: Enable and use actor reentrancy in Dapr
Learn more about actor reentrancy
Last modified March 21, 2024: Merge pull request #4082 from newbe36524/v1.13 (f4b0938)