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.withPropertyOverride(Property<?> property, String value) Allow to set up properties override for static properties.DaprClientBuilder.withPropertyOverrides(Map<Property<?>, String> overrides) Allow to set up properties override for static properties.DaprClientBuilder.withResiliencyOptions(ResiliencyOptions options) Sets the resiliency options for DaprClient.DaprClientBuilder.withStateSerializer(DaprObjectSerializer stateSerializer) Sets the serializer for objects to be persisted. -
Uses of DaprClientBuilder in io.dapr.spring.boot.autoconfigure.client
Methods in io.dapr.spring.boot.autoconfigure.client that return DaprClientBuilderModifier and TypeMethodDescriptionprotected DaprClientBuilderDaprClientAutoConfiguration.createDaprClientBuilder()We use this method in tests to override the default DaprClientBuilder.