Uses of Class
io.dapr.client.DaprClientBuilder
-
Uses of DaprClientBuilder in io.dapr.client
Modifier and TypeMethodDescriptionDaprClientBuilder.withObjectSerializer
(DaprObjectSerializer objectSerializer) Sets the serializer for objects to be sent and received from Dapr.DaprClientBuilder.withResiliencyOptions
(ResiliencyOptions options) Sets the resiliency options for DaprClient.DaprClientBuilder.withStateSerializer
(DaprObjectSerializer stateSerializer) Sets the serializer for objects to be persisted.