Skip to content

Commit ec7a920

Browse files
authored
http library
1 parent df43cfb commit ec7a920

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ You do not need to download and build the source to use the SDK but if you want
6666
- Number of retry parameter should be set between 1 to 5. Any other value will throw an Error Message.
6767
- Refer to the [Retry Pattern](README.md#retry-pattern) section below.
6868
- Please refer to the accompanying documentation for the other optional properties that you may wish to specify.
69-
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>
7072
- Build this project using Maven.
7173
a. mvn clean // Cleans the Project
7274

0 commit comments

Comments
 (0)