public interface ResponseFetcher
| Modifier and Type | Method and Description |
|---|---|
Future<String> |
getQueryResponse(String url,
Map<String,String> payload,
String requester)
Asynchronously obtains raw response to the query from the beacon.
|
Future<String> getQueryResponse(String url, Map<String,String> payload, String requester)
url - query URLpayload - request data (for POST)requester - client's IPCopyright © 2016 DNAstack. All rights reserved.