SDKs
- Client SDK: The Dapr client allows you to invoke Dapr building block APIs and perform actions such as:
- methods on other services
- Publish and subscribe to message topics
- Interact with external resources through input and output
- Get secrets from secret stores
- Interact with
- Server extensions: The Dapr service extensions allow you to create services that can:
- Subscribe to topics
- Actor SDK: The Dapr Actor SDK allows you to build virtual actors with:
- Methods that can be by other services
- State that can be stored and retrieved
- with callbacks