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:
Ahmad Ragab 2016-11-06 03:00:33 +01:00 committed by David Pilato
parent bfb2116aa6
commit 49e1ca249a

View File

@ -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);
--------------------------------------------------