Uses of Interface
io.dapr.client.DaprClient
Packages that use DaprClient
-
Uses of DaprClient in io.dapr.client
Classes in io.dapr.client that implement DaprClientModifier and TypeClassDescriptionclassImplementation of the Dapr client combining gRPC and HTTP (when applicable).Methods in io.dapr.client that return DaprClientModifier and TypeMethodDescriptionDaprClientBuilder.build()Build an instance of the Client based on the provided setup. -
Uses of DaprClient in io.dapr.spring.data
Constructors in io.dapr.spring.data with parameters of type DaprClientModifierConstructorDescriptionprotectedAbstractDaprKeyValueAdapter(DaprClient daprClient, String stateStoreName) DaprKeyValueAdapterResolver(DaprClient daprClient, com.fasterxml.jackson.databind.ObjectMapper mapper, String stateStoreName, String bindingName) Constructs aDaprKeyValueAdapterResolver.MySQLDaprKeyValueAdapter(DaprClient daprClient, com.fasterxml.jackson.databind.ObjectMapper mapper, String stateStoreName, String bindingName) Constructs aMySQLDaprKeyValueAdapter.PostgreSQLDaprKeyValueAdapter(DaprClient daprClient, com.fasterxml.jackson.databind.ObjectMapper mapper, String stateStoreName, String bindingName) Constructs aPostgreSQLDaprKeyValueAdapter. -
Uses of DaprClient in io.dapr.spring.messaging
Constructors in io.dapr.spring.messaging with parameters of type DaprClientModifierConstructorDescriptionDaprMessagingTemplate(DaprClient daprClient, String pubsubName, boolean observationEnabled) Constructs a new DaprMessagingTemplate.