Uses of Interface
io.dapr.client.DaprClient
-
Packages that use DaprClient Package Description io.dapr.client -
-
Uses of DaprClient in io.dapr.client
Classes in io.dapr.client that implement DaprClient Modifier and Type Class Description class
DaprClientGrpc
An adapter for the GRPC Client.class
DaprClientHttp
Deprecated.This class will be deleted at SDK release version 1.10.Methods in io.dapr.client that return DaprClient Modifier and Type Method Description DaprClient
DaprClientBuilder. build()
Build an instance of the Client based on the provided setup.
-