Uses of Class
org.wso2.am.integration.clients.internal.api.dto.ThrottledEventDTO
-
Packages that use ThrottledEventDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of ThrottledEventDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return ThrottledEventDTO Modifier and Type Method Description ThrottledEventDTOThrottlingApi. isThrottledGet(String query)throttled events available This will provide access to throttled events in database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type ThrottledEventDTO Modifier and Type Method 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.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type ThrottledEventDTO Modifier and Type Method Description com.squareup.okhttp.CallThrottlingApi. isThrottledGetAsync(String query, ApiCallback<ThrottledEventDTO> callback)throttled events available (asynchronously) This will provide access to throttled events in database.com.squareup.okhttp.CallThrottlingApi. throttleGetAsync(String query, ApiCallback<List<ThrottledEventDTO>> callback)throttled events available (asynchronously) This will provide access to throttled events in database. -
Uses of ThrottledEventDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return ThrottledEventDTO Modifier and Type Method Description ThrottledEventDTOThrottledEventDTO. lastUpdatedTime(String lastUpdatedTime)ThrottledEventDTOThrottledEventDTO. throttleKey(String throttleKey)ThrottledEventDTOThrottledEventDTO. throttleState(String throttleState)
-