Package | Description |
---|---|
com.amazonaws.services.simpleworkflow |
|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
Future<DecisionTask> |
AmazonSimpleWorkflowAsync.pollForDecisionTaskAsync(PollForDecisionTaskRequest pollForDecisionTaskRequest,
AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler)
Used by deciders to get a DecisionTask from the specified decision
taskList . |
Future<DecisionTask> |
AmazonSimpleWorkflowAsyncClient.pollForDecisionTaskAsync(PollForDecisionTaskRequest request,
AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler) |
Future<DecisionTask> |
AbstractAmazonSimpleWorkflowAsync.pollForDecisionTaskAsync(PollForDecisionTaskRequest request,
AsyncHandler<PollForDecisionTaskRequest,DecisionTask> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.clone() |
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withDomain(String domain)
The name of the domain containing the task lists to poll.
|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withIdentity(String identity)
Identity of the decider making the request, which is recorded in the DecisionTaskStarted event in the workflow
history.
|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withMaximumPageSize(Integer maximumPageSize)
The maximum number of results that will be returned per call.
|
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withNextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there are more results available. |
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withReverseOrder(Boolean reverseOrder)
When set to
true , returns the events in reverse order. |
PollForDecisionTaskRequest |
PollForDecisionTaskRequest.withTaskList(TaskList taskList)
Specifies the task list to poll for decision tasks.
|
Copyright © 2017. All rights reserved.