mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Update usage.asciidoc
Reordered parameters for last async call based on implementation Backport of #21360 in master branch (6.0). Closes #21360.
This commit is contained in:
parent
bfb2116aa6
commit
49e1ca249a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
--------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue