| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| software.amazon.awssdk.services.swf.transform |
| Modifier and Type | Method and Description |
|---|---|
default RecordActivityTaskHeartbeatResponse |
SWFClient.recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
Used by activity workers to report to the service that the ActivityTask represented by the specified
taskToken is still making progress. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RecordActivityTaskHeartbeatResponse> |
SWFAsyncClient.recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
Used by activity workers to report to the service that the ActivityTask represented by the specified
taskToken is still making progress. |
| Modifier and Type | Method and Description |
|---|---|
RecordActivityTaskHeartbeatResponse |
RecordActivityTaskHeartbeatResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.