| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf |
|
| Modifier and Type | Method and Description |
|---|---|
default PollForActivityTaskResponse |
SWFClient.pollForActivityTask(PollForActivityTaskRequest pollForActivityTaskRequest)
Used by workers to get an ActivityTask from the specified activity
taskList. |
default PollForDecisionTaskResponse |
SWFClient.pollForDecisionTask(PollForDecisionTaskRequest pollForDecisionTaskRequest)
Used by deciders to get a DecisionTask from the specified decision
taskList. |
default RegisterActivityTypeResponse |
SWFClient.registerActivityType(RegisterActivityTypeRequest registerActivityTypeRequest)
Registers a new activity type along with its configuration settings in the specified domain.
|
default RegisterDomainResponse |
SWFClient.registerDomain(RegisterDomainRequest registerDomainRequest)
Registers a new domain.
|
default RegisterWorkflowTypeResponse |
SWFClient.registerWorkflowType(RegisterWorkflowTypeRequest registerWorkflowTypeRequest)
Registers a new workflow type and its configuration settings in the specified domain.
|
default StartWorkflowExecutionResponse |
SWFClient.startWorkflowExecution(StartWorkflowExecutionRequest startWorkflowExecutionRequest)
Starts an execution of the workflow type in the specified domain using the provided
workflowId and
input data. |
Copyright © 2017. All rights reserved.