Uses of Interface
org.wso2.am.integration.clients.gateway.api.ApiCallback
Packages that use ApiCallback
Package
Description
-
Uses of ApiCallback in org.wso2.am.integration.clients.gateway.api
Methods in org.wso2.am.integration.clients.gateway.api with parameters of type ApiCallbackModifier and TypeMethodDescription<T> voidApiClient.executeAsync(com.squareup.okhttp.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.<T> voidApiClient.executeAsync(com.squareup.okhttp.Call call, ApiCallback<T> callback) -
Uses of ApiCallback in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 with parameters of type ApiCallbackModifier and TypeMethodDescriptioncom.squareup.okhttp.CallGetApiInfoApi.apisApiIdGetAsync(String apiId, String tenantDomain, ApiCallback<APIInfoDTO> callback) Get the subscription information of an api by providing the api uuid.com.squareup.okhttp.CallGetApiInfoApi.apisGetAsync(String context, String version, String tenantDomain, ApiCallback<APIListDTO> callback) Get the list of APIS by providing context and version.com.squareup.okhttp.CallGetApplicationInfoApi.applicationsGetAsync(String name, String uuid, String tenantDomain, ApiCallback<ApplicationListDTO> callback) Get the applications information by providing the application name or uuid.com.squareup.okhttp.CallDefaultApi.getAPIArtifactsAsync(String apiName, String version, String tenantDomain, ApiCallback<APIArtifactDTO> callback) Get API artifact from the storage (asynchronously) This operation is used to get the local entries, sequences and endpoints from the storage.com.squareup.okhttp.CallGetApiArtifactsApi.getAPIArtifactsAsync(String apiName, String version, String tenantDomain, ApiCallback<APIArtifactDTO> callback) Get API artifact from the storage (asynchronously) This operation is used to get the local entries, sequences and endpoints from the storage.com.squareup.okhttp.CallDefaultApi.getEndpointsAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback) Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage.com.squareup.okhttp.CallGetApiArtifactsApi.getEndpointsAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback) Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage.com.squareup.okhttp.CallDefaultApi.getLocalEntriesAsync(String apiName, String version, String tenantDomain, ApiCallback<LocalEntryDTO> callback) Get Local Entry from the storage (asynchronously) This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.com.squareup.okhttp.CallGetApiArtifactsApi.getLocalEntriesAsync(String apiName, String version, String tenantDomain, ApiCallback<LocalEntryDTO> callback) Get Local Entry from the storage (asynchronously) This operation is used to get local entry from the storage.If the Tenant domain is not provided carbon.super will be picked as the Tenant domain.com.squareup.okhttp.CallDefaultApi.getSequencesAsync(String apiName, String version, String tenantDomain, ApiCallback<SequencesDTO> callback) Get sequences from the storage (asynchronously) This operation is used to get the API sequence from the storage.com.squareup.okhttp.CallGetApiArtifactsApi.getSequencesAsync(String apiName, String version, String tenantDomain, ApiCallback<SequencesDTO> callback) Get sequences from the storage (asynchronously) This operation is used to get the API sequence from the storage.com.squareup.okhttp.CallSubscriptionsApi.getSubscriptionsAsync(String apiUUID, String applicationUUID, String tenantDomain, ApiCallback<SubscriptionListDTO> callback) Get Subscriptions stored in in-memory (asynchronously) This operation is used to get the Subscriptions from the storage.com.squareup.okhttp.CallDefaultApi.redployAPIAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) Re Deploy the API in the gateway (asynchronously) This operation is used to re deploy an API in the gateway.com.squareup.okhttp.CallDeployApiApi.redployAPIAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) Re Deploy the API in the gateway (asynchronously) This operation is used to re deploy an API in the gateway.com.squareup.okhttp.CallDefaultApi.serverStartupHealthcheckGetAsync(ApiCallback<Void> callback) Health check to check if all the API are deployed during the server startup (asynchronously) Health check to check if all the API are deployed during the server startupcom.squareup.okhttp.CallGetSubscriptionInfoApi.subscriptionsGetAsync(String apiUUID, String appUUID, String tenantDomain, ApiCallback<SubscriptionDTO> callback) Get the subscriptions meta information of an api by providing the api uuid and application uuid.com.squareup.okhttp.CallDefaultApi.undeployAPIAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) Uneploy the API in the gateway (asynchronously) This operation is used to undeploy an API in the gateway.com.squareup.okhttp.CallUndeployApiApi.undeployAPIAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) Uneploy the API in the gateway (asynchronously) This operation is used to undeploy an API in the gateway.