Package | Description |
---|---|
com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
ActivityTaskStatus |
AmazonSimpleWorkflow.recordActivityTaskHeartbeat(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
Used by activity workers to report to the service that the
ActivityTask represented by the specified
taskToken is
still making progress. |
ActivityTaskStatus |
AmazonSimpleWorkflowClient.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 |
---|---|
Future<ActivityTaskStatus> |
AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
Used by activity workers to report to the service that the
ActivityTask represented by the specified
taskToken is
still making progress. |
Future<ActivityTaskStatus> |
AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest)
Used by activity workers to report to the service that the
ActivityTask represented by the specified
taskToken is
still making progress. |
Future<ActivityTaskStatus> |
AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest,
AsyncHandler<RecordActivityTaskHeartbeatRequest,ActivityTaskStatus> asyncHandler)
Used by activity workers to report to the service that the
ActivityTask represented by the specified
taskToken is
still making progress. |
Future<ActivityTaskStatus> |
AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest,
AsyncHandler<RecordActivityTaskHeartbeatRequest,ActivityTaskStatus> asyncHandler)
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 |
---|---|
Future<ActivityTaskStatus> |
AmazonSimpleWorkflowAsync.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest,
AsyncHandler<RecordActivityTaskHeartbeatRequest,ActivityTaskStatus> asyncHandler)
Used by activity workers to report to the service that the
ActivityTask represented by the specified
taskToken is
still making progress. |
Future<ActivityTaskStatus> |
AmazonSimpleWorkflowAsyncClient.recordActivityTaskHeartbeatAsync(RecordActivityTaskHeartbeatRequest recordActivityTaskHeartbeatRequest,
AsyncHandler<RecordActivityTaskHeartbeatRequest,ActivityTaskStatus> asyncHandler)
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 |
---|---|
ActivityTaskStatus |
ActivityTaskStatus.withCancelRequested(Boolean cancelRequested)
Set to
true if cancellation of the task is requested. |
Copyright © 2014. All rights reserved.