public class AsyncClient extends Object
Constructor and Description |
---|
AsyncClient(String url,
Boolean disableValidation)
Creates a ddf async client with default channel subscriptions
|
Modifier and Type | Method and Description |
---|---|
void |
checkAllActivities()
Retrieves all persisted activities.
|
void |
checkAllNotifications()
Retrieves all persisted notification.
|
void |
checkDownloadNotifications()
Retrieves download notifications
|
void |
downloadById(String catalogId,
String sourceName)
Initiate download of a product.
|
Map<String,Object> |
getActivities()
Get all activities messages
|
Map<String,Object> |
getNotifications()
Get all notification messages
|
Map<String,Object> |
getQueryResponse()
Get all query response messages
|
public Map<String,Object> getNotifications()
public Map<String,Object> getActivities()
public Map<String,Object> getQueryResponse()
public void checkAllNotifications()
public void checkDownloadNotifications()
public void checkAllActivities()
public void downloadById(String catalogId, String sourceName) throws MalformedURLException
catalogId
- - Catalog ID of the product to download.sourceName
- - Name of the source to download the product from.MalformedURLException
This work is licensed under a Creative Commons Attribution 4.0 International License.