| Package | Description |
|---|---|
| org.wso2.am.integration.clients.internal.api | |
| org.wso2.am.integration.clients.internal.api.dto |
| Modifier and Type | Method and Description |
|---|---|
ThrottledEventDTO |
ThrottlingApi.isThrottledGet(String query)
throttled events available
This will provide access to throttled events in database.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ThrottledEventDTO> |
ThrottlingApi.isThrottledGetWithHttpInfo(String query)
throttled events available
This will provide access to throttled events in database.
|
List<ThrottledEventDTO> |
ThrottlingApi.throttleGet(String query)
throttled events available
This will provide access to throttled events in database.
|
ApiResponse<List<ThrottledEventDTO>> |
ThrottlingApi.throttleGetWithHttpInfo(String query)
throttled events available
This will provide access to throttled events in database.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ThrottlingApi.isThrottledGetAsync(String query,
ApiCallback<ThrottledEventDTO> callback)
throttled events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
ThrottlingApi.throttleGetAsync(String query,
ApiCallback<List<ThrottledEventDTO>> callback)
throttled events available (asynchronously)
This will provide access to throttled events in database.
|
| Modifier and Type | Method and Description |
|---|---|
ThrottledEventDTO |
ThrottledEventDTO.lastUpdatedTime(String lastUpdatedTime) |
ThrottledEventDTO |
ThrottledEventDTO.throttleKey(String throttleKey) |
ThrottledEventDTO |
ThrottledEventDTO.throttleState(String throttleState) |
Copyright © 2021 WSO2 Inc. All rights reserved.