public interface WorkflowClientFactory<T>
| Modifier and Type | Method and Description | 
|---|---|
| T | getClient() | 
| T | getClient(String workflowId) | 
| T | getClient(WorkflowExecution execution) | 
| T | getClient(WorkflowExecution execution,
         StartWorkflowOptions options) | 
| T | getClient(WorkflowExecution execution,
         StartWorkflowOptions options,
         DataConverter dataConverter) | 
| DataConverter | getDataConverter() | 
| GenericWorkflowClient | getGenericClient() | 
| StartWorkflowOptions | getStartWorkflowOptions() | 
| void | setDataConverter(DataConverter dataConverter) | 
| void | setGenericClient(GenericWorkflowClient genericClient) | 
| void | setStartWorkflowOptions(StartWorkflowOptions startWorkflowOptions) | 
GenericWorkflowClient getGenericClient()
void setGenericClient(GenericWorkflowClient genericClient)
DataConverter getDataConverter()
void setDataConverter(DataConverter dataConverter)
StartWorkflowOptions getStartWorkflowOptions()
void setStartWorkflowOptions(StartWorkflowOptions startWorkflowOptions)
T getClient()
T getClient(WorkflowExecution execution)
T getClient(WorkflowExecution execution, StartWorkflowOptions options)
T getClient(WorkflowExecution execution, StartWorkflowOptions options, DataConverter dataConverter)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.