Package com.uber.cadence
Class WorkflowService.AsyncProcessor.StartWorkflowExecution<I extends WorkflowService.AsyncIface>
- java.lang.Object
-
- org.apache.thrift.AsyncProcessFunction<I,WorkflowService.StartWorkflowExecution_args,StartWorkflowExecutionResponse>
-
- com.uber.cadence.WorkflowService.AsyncProcessor.StartWorkflowExecution<I>
-
- Enclosing class:
- WorkflowService.AsyncProcessor<I extends WorkflowService.AsyncIface>
public static class WorkflowService.AsyncProcessor.StartWorkflowExecution<I extends WorkflowService.AsyncIface> extends org.apache.thrift.AsyncProcessFunction<I,WorkflowService.StartWorkflowExecution_args,StartWorkflowExecutionResponse>
-
-
Constructor Summary
Constructors Constructor Description StartWorkflowExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowService.StartWorkflowExecution_args
getEmptyArgsInstance()
org.apache.thrift.async.AsyncMethodCallback<StartWorkflowExecutionResponse>
getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
protected boolean
isOneway()
void
start(I iface, WorkflowService.StartWorkflowExecution_args args, org.apache.thrift.async.AsyncMethodCallback<StartWorkflowExecutionResponse> resultHandler)
-
-
-
Method Detail
-
getEmptyArgsInstance
public WorkflowService.StartWorkflowExecution_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstance
in classorg.apache.thrift.AsyncProcessFunction<I extends WorkflowService.AsyncIface,WorkflowService.StartWorkflowExecution_args,StartWorkflowExecutionResponse>
-
getResultHandler
public org.apache.thrift.async.AsyncMethodCallback<StartWorkflowExecutionResponse> getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)
- Specified by:
getResultHandler
in classorg.apache.thrift.AsyncProcessFunction<I extends WorkflowService.AsyncIface,WorkflowService.StartWorkflowExecution_args,StartWorkflowExecutionResponse>
-
isOneway
protected boolean isOneway()
- Specified by:
isOneway
in classorg.apache.thrift.AsyncProcessFunction<I extends WorkflowService.AsyncIface,WorkflowService.StartWorkflowExecution_args,StartWorkflowExecutionResponse>
-
start
public void start(I iface, WorkflowService.StartWorkflowExecution_args args, org.apache.thrift.async.AsyncMethodCallback<StartWorkflowExecutionResponse> resultHandler) throws org.apache.thrift.TException
- Specified by:
start
in classorg.apache.thrift.AsyncProcessFunction<I extends WorkflowService.AsyncIface,WorkflowService.StartWorkflowExecution_args,StartWorkflowExecutionResponse>
- Throws:
org.apache.thrift.TException
-
-