Dapr Software Development Kits (SDKs)

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