Package | Description |
---|---|
com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
com.amazonaws.services.simpleworkflow.flow | |
com.amazonaws.services.simpleworkflow.flow.worker | |
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonSimpleWorkflow.respondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest)
Used by deciders to tell the service that the DecisionTask identified
by the
taskToken has successfully completed. |
void |
AmazonSimpleWorkflowClient.respondDecisionTaskCompleted(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest)
Used by deciders to tell the service that the DecisionTask identified
by the
taskToken has successfully completed. |
Future<Void> |
AmazonSimpleWorkflowAsync.respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest)
Used by deciders to tell the service that the DecisionTask identified
by the
taskToken has successfully completed. |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest)
Used by deciders to tell the service that the DecisionTask identified
by the
taskToken has successfully completed. |
Future<Void> |
AmazonSimpleWorkflowAsync.respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest,
AsyncHandler<RespondDecisionTaskCompletedRequest,Void> asyncHandler)
Used by deciders to tell the service that the DecisionTask identified
by the
taskToken has successfully completed. |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest,
AsyncHandler<RespondDecisionTaskCompletedRequest,Void> asyncHandler)
Used by deciders to tell the service that the DecisionTask identified
by the
taskToken has successfully completed. |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonSimpleWorkflowAsync.respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest,
AsyncHandler<RespondDecisionTaskCompletedRequest,Void> asyncHandler)
Used by deciders to tell the service that the DecisionTask identified
by the
taskToken has successfully completed. |
Future<Void> |
AmazonSimpleWorkflowAsyncClient.respondDecisionTaskCompletedAsync(RespondDecisionTaskCompletedRequest respondDecisionTaskCompletedRequest,
AsyncHandler<RespondDecisionTaskCompletedRequest,Void> asyncHandler)
Used by deciders to tell the service that the DecisionTask identified
by the
taskToken has successfully completed. |
Modifier and Type | Method and Description |
---|---|
RespondDecisionTaskCompletedRequest |
WorkflowReplayer.replay() |
Modifier and Type | Method and Description |
---|---|
RespondDecisionTaskCompletedRequest |
AsyncDecisionTaskHandler.handleDecisionTask(Iterator<DecisionTask> decisionTaskIterator) |
abstract RespondDecisionTaskCompletedRequest |
DecisionTaskHandler.handleDecisionTask(Iterator<DecisionTask> decisionTaskIterator)
The implementation should be called when a polling SWF Decider receives a
new WorkflowTask.
|
Modifier and Type | Method and Description |
---|---|
RespondDecisionTaskCompletedRequest |
RespondDecisionTaskCompletedRequest.withDecisions(Collection<Decision> decisions)
The list of decisions (possibly empty) made by the decider while
processing this decision task.
|
RespondDecisionTaskCompletedRequest |
RespondDecisionTaskCompletedRequest.withDecisions(Decision... decisions)
The list of decisions (possibly empty) made by the decider while
processing this decision task.
|
RespondDecisionTaskCompletedRequest |
RespondDecisionTaskCompletedRequest.withExecutionContext(String executionContext)
User defined context to add to workflow execution.
|
RespondDecisionTaskCompletedRequest |
RespondDecisionTaskCompletedRequest.withTaskToken(String taskToken)
The
taskToken from the DecisionTask. |
Copyright © 2014. All rights reserved.