1
0
Эх сурвалжийг харах

Update usage.asciidoc

Reordered parameters for last async call based on implementation

Backport of #21360 in master branch (6.0).

Closes #21360.
Ahmad Ragab 9 жил өмнө
parent
commit
49e1ca249a

+ 1 - 1
docs/java-rest/usage.asciidoc

@@ -154,8 +154,8 @@ void performRequestAsync(String method, String endpoint,
 void performRequestAsync(String method, String endpoint,
                          Map<String, String> params,
                          HttpEntity entity,
-                         ResponseListener responseListener,
                          HttpAsyncResponseConsumerFactory responseConsumerFactory,
+                         ResponseListener responseListener,
                          Header... headers);
 --------------------------------------------------