Uses of Class
io.dapr.client.DaprClientBuilder
Packages that use DaprClientBuilder
-
Uses of DaprClientBuilder in io.dapr.client
Methods in io.dapr.client that return DaprClientBuilderModifier 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.