Uses of Class
org.wso2.am.integration.clients.internal.api.dto.NotifyGatewayStatusResponseDTO
-
Packages that use NotifyGatewayStatusResponseDTO Package Description org.wso2.am.integration.clients.internal.api org.wso2.am.integration.clients.internal.api.dto -
-
Uses of NotifyGatewayStatusResponseDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return NotifyGatewayStatusResponseDTO 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.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type NotifyGatewayStatusResponseDTO Modifier and Type Method Description ApiResponse<NotifyGatewayStatusResponseDTO>GatewayLifecycleApi. notifyGatewayPostWithHttpInfo(NotifyGatewayPayloadDTO body)Gateway Register or Heartbeat Accepts a payload indicating either a gateway registration or a heartbeat update.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type NotifyGatewayStatusResponseDTO Modifier and Type Method Description 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. -
Uses of NotifyGatewayStatusResponseDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return NotifyGatewayStatusResponseDTO Modifier and Type Method Description NotifyGatewayStatusResponseDTONotifyGatewayStatusResponseDTO. gatewayId(String gatewayId)NotifyGatewayStatusResponseDTONotifyGatewayStatusResponseDTO. status(NotifyGatewayStatusResponseDTO.StatusEnum status)
-