Dapr Actors API
The Dapr Actors API provides virtual actor capabilities for distributed applications, including actor method invocation, state management, timers, and reminders with guaranteed single-threaded execution and message ordering.
Documentation
Specifications
Schemas & Data
Other Resources
Reference
https://docs.dapr.io/developing-applications/building-blocks/actors/
Client Libraries
https://docs.dapr.io/sdks/
OpenAPI
#Actors
#Distributed Systems
#Virtual Actors