Uses of Class
org.wso2.am.integration.clients.internal.api.dto.NotifyGatewayPayloadDTO
-
Packages that use NotifyGatewayPayloadDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of NotifyGatewayPayloadDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api with parameters of type NotifyGatewayPayloadDTO Modifier and Type Method Description NotifyGatewayStatusResponseDTOGatewayLifecycleApi. notifyGatewayPost(NotifyGatewayPayloadDTO body)Gateway Register or Heartbeat Accepts a payload indicating either a gateway registration or a heartbeat update.com.squareup.okhttp.CallGatewayLifecycleApi. notifyGatewayPostAsync(NotifyGatewayPayloadDTO body, ApiCallback<NotifyGatewayStatusResponseDTO> callback)Gateway Register or Heartbeat (asynchronously) Accepts a payload indicating either a gateway registration or a heartbeat update.com.squareup.okhttp.CallGatewayLifecycleApi. notifyGatewayPostCall(NotifyGatewayPayloadDTO body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for notifyGatewayPostApiResponse<NotifyGatewayStatusResponseDTO>GatewayLifecycleApi. notifyGatewayPostWithHttpInfo(NotifyGatewayPayloadDTO body)Gateway Register or Heartbeat Accepts a payload indicating either a gateway registration or a heartbeat update. -
Uses of NotifyGatewayPayloadDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return NotifyGatewayPayloadDTO Modifier and Type Method Description NotifyGatewayPayloadDTONotifyGatewayPayloadDTO. addEnvironmentLabelsItem(String environmentLabelsItem)NotifyGatewayPayloadDTONotifyGatewayPayloadDTO. addLoadingTenantsItem(String loadingTenantsItem)NotifyGatewayPayloadDTONotifyGatewayPayloadDTO. environmentLabels(List<String> environmentLabels)NotifyGatewayPayloadDTONotifyGatewayPayloadDTO. gatewayId(String gatewayId)NotifyGatewayPayloadDTONotifyGatewayPayloadDTO. gatewayProperties(GatewayPropertiesDTO gatewayProperties)NotifyGatewayPayloadDTONotifyGatewayPayloadDTO. loadingTenants(List<String> loadingTenants)NotifyGatewayPayloadDTONotifyGatewayPayloadDTO. payloadType(NotifyGatewayPayloadDTO.PayloadTypeEnum payloadType)NotifyGatewayPayloadDTONotifyGatewayPayloadDTO. timeStamp(Long timeStamp)
-