Dapr 开发套件 (SDKs)

    Dapr SDK是将Dapr应用到您的应用程序中最简单的方法。 选择你最喜欢的语言,并在几分钟内开始使用Dapr。

    • 客户端SDK:Dapr客户端允许您调用Dapr构件的API,并执行下例操作:
      • 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
    • 服务扩展:Dapr服务扩展允许你创建具有以下功能的服务:
      • to topics
    • Actor SDK: Dapr Actor SDK允许你使用以下方法构建virtual actors:
      • Methods that can be invoked by other services
      • that can be stored and retrieved
      • Timers with callbacks