Package com.uber.cadence
Class WorkflowService.Processor.GetSearchAttributes<I extends WorkflowService.Iface>
- java.lang.Object
-
- org.apache.thrift.ProcessFunction<I,WorkflowService.GetSearchAttributes_args>
-
- com.uber.cadence.WorkflowService.Processor.GetSearchAttributes<I>
-
- Enclosing class:
- WorkflowService.Processor<I extends WorkflowService.Iface>
public static class WorkflowService.Processor.GetSearchAttributes<I extends WorkflowService.Iface> extends org.apache.thrift.ProcessFunction<I,WorkflowService.GetSearchAttributes_args>
-
-
Constructor Summary
Constructors Constructor Description GetSearchAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowService.GetSearchAttributes_args
getEmptyArgsInstance()
WorkflowService.GetSearchAttributes_result
getResult(I iface, WorkflowService.GetSearchAttributes_args args)
protected boolean
isOneway()
-
-
-
Method Detail
-
getEmptyArgsInstance
public WorkflowService.GetSearchAttributes_args getEmptyArgsInstance()
- Specified by:
getEmptyArgsInstance
in classorg.apache.thrift.ProcessFunction<I extends WorkflowService.Iface,WorkflowService.GetSearchAttributes_args>
-
isOneway
protected boolean isOneway()
- Specified by:
isOneway
in classorg.apache.thrift.ProcessFunction<I extends WorkflowService.Iface,WorkflowService.GetSearchAttributes_args>
-
getResult
public WorkflowService.GetSearchAttributes_result getResult(I iface, WorkflowService.GetSearchAttributes_args args) throws org.apache.thrift.TException
- Specified by:
getResult
in classorg.apache.thrift.ProcessFunction<I extends WorkflowService.Iface,WorkflowService.GetSearchAttributes_args>
- Throws:
org.apache.thrift.TException
-
-