com.amazonaws.services.simpleworkflow.flow
Interface WorkflowClientFactoryExternal<T>
- All Known Implementing Classes:
- WorkflowClientFactoryExternalBase
public interface WorkflowClientFactoryExternal<T>
getGenericClient
GenericWorkflowClientExternal getGenericClient()
getDataConverter
DataConverter getDataConverter()
getStartWorkflowOptions
StartWorkflowOptions getStartWorkflowOptions()
getClient
T getClient()
getClient
T getClient(String workflowId)
getClient
T getClient(WorkflowExecution workflowExecution)
getClient
T getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options)
getClient
T getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter)
getClient
T getClient(WorkflowExecution workflowExecution,
StartWorkflowOptions options,
DataConverter dataConverter,
GenericWorkflowClientExternal genericClient)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.