SDKs

    • 客户端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