We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df43cfb commit ec7a920Copy full SHA for ec7a920
1 file changed
README.md
@@ -66,7 +66,9 @@ You do not need to download and build the source to use the SDK but if you want
66
- Number of retry parameter should be set between 1 to 5. Any other value will throw an Error Message.
67
- Refer to the [Retry Pattern](README.md#retry-pattern) section below.
68
- Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
69
-
+ - Set ClientHttpFactoryEnabled to true to make us of Custom Http Library.
70
+ - Enter the custom class name in useClientHttpFactory field. Provide the full package name along with the class name.
71
+ example useClientHttpFactory= <packagename.customHttpClass>
72
- Build this project using Maven.
73
a. mvn clean // Cleans the Project
74
0 commit comments