mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 12:56:53 +00: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
@ -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…
x
Reference in New Issue
Block a user