public abstract class WorkflowClientFactoryExternalBase<T> extends Object implements WorkflowClientFactoryExternal<T>
| Constructor and Description |
|---|
WorkflowClientFactoryExternalBase() |
WorkflowClientFactoryExternalBase(AmazonSimpleWorkflow service,
String domain) |
WorkflowClientFactoryExternalBase(GenericWorkflowClientExternal genericClient) |
public WorkflowClientFactoryExternalBase(AmazonSimpleWorkflow service, String domain)
public WorkflowClientFactoryExternalBase()
public WorkflowClientFactoryExternalBase(GenericWorkflowClientExternal genericClient)
public GenericWorkflowClientExternal getGenericClient()
getGenericClient in interface WorkflowClientFactoryExternal<T>public void setGenericClient(GenericWorkflowClientExternal genericClient)
public DataConverter getDataConverter()
getDataConverter in interface WorkflowClientFactoryExternal<T>public void setDataConverter(DataConverter dataConverter)
public StartWorkflowOptions getStartWorkflowOptions()
getStartWorkflowOptions in interface WorkflowClientFactoryExternal<T>public void setStartWorkflowOptions(StartWorkflowOptions startWorkflowOptions)
public T getClient()
getClient in interface WorkflowClientFactoryExternal<T>public T getClient(String workflowId)
getClient in interface WorkflowClientFactoryExternal<T>public T getClient(WorkflowExecution workflowExecution)
getClient in interface WorkflowClientFactoryExternal<T>public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options)
getClient in interface WorkflowClientFactoryExternal<T>public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter)
getClient in interface WorkflowClientFactoryExternal<T>public T getClient(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
getClient in interface WorkflowClientFactoryExternal<T>protected abstract T createClientInstance(WorkflowExecution workflowExecution, StartWorkflowOptions options, DataConverter dataConverter, GenericWorkflowClientExternal genericClient)
Copyright © 2016. All rights reserved.