public abstract class WorkflowClientBase extends Object implements WorkflowClient
Modifier and Type | Method and Description |
---|---|
DataConverter |
getDataConverter() |
GenericWorkflowClient |
getGenericClient() |
Promise<String> |
getRunId() |
StartWorkflowOptions |
getSchedulingOptions() |
WorkflowExecution |
getWorkflowExecution() |
WorkflowType |
getWorkflowType() |
void |
requestCancelWorkflowExecution(Promise<?>... waitFor) |
public DataConverter getDataConverter()
getDataConverter
in interface WorkflowClient
public StartWorkflowOptions getSchedulingOptions()
getSchedulingOptions
in interface WorkflowClient
public GenericWorkflowClient getGenericClient()
getGenericClient
in interface WorkflowClient
public Promise<String> getRunId()
getRunId
in interface WorkflowClient
public WorkflowExecution getWorkflowExecution()
getWorkflowExecution
in interface WorkflowClient
public WorkflowType getWorkflowType()
getWorkflowType
in interface WorkflowClient
public void requestCancelWorkflowExecution(Promise<?>... waitFor)
requestCancelWorkflowExecution
in interface WorkflowClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.