Class ResponseMapper


  • public class ResponseMapper
    extends java.lang.Object
    • Constructor Detail

      • ResponseMapper

        public ResponseMapper()
    • Method Detail

      • startWorkflowExecutionResponse

        public static StartWorkflowExecutionResponse startWorkflowExecutionResponse​(com.uber.cadence.api.v1.StartWorkflowExecutionResponse t)
      • describeTaskListResponse

        public static DescribeTaskListResponse describeTaskListResponse​(com.uber.cadence.api.v1.DescribeTaskListResponse t)
      • describeWorkflowExecutionResponse

        public static DescribeWorkflowExecutionResponse describeWorkflowExecutionResponse​(com.uber.cadence.api.v1.DescribeWorkflowExecutionResponse t)
      • getClusterInfoResponse

        public static ClusterInfo getClusterInfoResponse​(com.uber.cadence.api.v1.GetClusterInfoResponse t)
      • getSearchAttributesResponse

        public static GetSearchAttributesResponse getSearchAttributesResponse​(com.uber.cadence.api.v1.GetSearchAttributesResponse t)
      • getWorkflowExecutionHistoryResponse

        public static GetWorkflowExecutionHistoryResponse getWorkflowExecutionHistoryResponse​(com.uber.cadence.api.v1.GetWorkflowExecutionHistoryResponse t)
      • listArchivedWorkflowExecutionsResponse

        public static ListArchivedWorkflowExecutionsResponse listArchivedWorkflowExecutionsResponse​(com.uber.cadence.api.v1.ListArchivedWorkflowExecutionsResponse t)
      • listClosedWorkflowExecutionsResponse

        public static ListClosedWorkflowExecutionsResponse listClosedWorkflowExecutionsResponse​(com.uber.cadence.api.v1.ListClosedWorkflowExecutionsResponse t)
      • listOpenWorkflowExecutionsResponse

        public static ListOpenWorkflowExecutionsResponse listOpenWorkflowExecutionsResponse​(com.uber.cadence.api.v1.ListOpenWorkflowExecutionsResponse t)
      • listTaskListPartitionsResponse

        public static ListTaskListPartitionsResponse listTaskListPartitionsResponse​(com.uber.cadence.api.v1.ListTaskListPartitionsResponse t)
      • listWorkflowExecutionsResponse

        public static ListWorkflowExecutionsResponse listWorkflowExecutionsResponse​(com.uber.cadence.api.v1.ListWorkflowExecutionsResponse t)
      • pollForActivityTaskResponse

        public static PollForActivityTaskResponse pollForActivityTaskResponse​(com.uber.cadence.api.v1.PollForActivityTaskResponse t)
      • pollForDecisionTaskResponse

        public static PollForDecisionTaskResponse pollForDecisionTaskResponse​(com.uber.cadence.api.v1.PollForDecisionTaskResponse t)
      • queryWorkflowResponse

        public static QueryWorkflowResponse queryWorkflowResponse​(com.uber.cadence.api.v1.QueryWorkflowResponse t)
      • recordActivityTaskHeartbeatByIdResponse

        public static RecordActivityTaskHeartbeatResponse recordActivityTaskHeartbeatByIdResponse​(com.uber.cadence.api.v1.RecordActivityTaskHeartbeatByIDResponse t)
      • recordActivityTaskHeartbeatResponse

        public static RecordActivityTaskHeartbeatResponse recordActivityTaskHeartbeatResponse​(com.uber.cadence.api.v1.RecordActivityTaskHeartbeatResponse t)
      • resetWorkflowExecutionResponse

        public static ResetWorkflowExecutionResponse resetWorkflowExecutionResponse​(com.uber.cadence.api.v1.ResetWorkflowExecutionResponse t)
      • respondDecisionTaskCompletedResponse

        public static RespondDecisionTaskCompletedResponse respondDecisionTaskCompletedResponse​(com.uber.cadence.api.v1.RespondDecisionTaskCompletedResponse t)
      • scanWorkflowExecutionsResponse

        public static ListWorkflowExecutionsResponse scanWorkflowExecutionsResponse​(com.uber.cadence.api.v1.ScanWorkflowExecutionsResponse t)
      • countWorkflowExecutionsResponse

        public static CountWorkflowExecutionsResponse countWorkflowExecutionsResponse​(com.uber.cadence.api.v1.CountWorkflowExecutionsResponse t)
      • describeDomainResponse

        public static DescribeDomainResponse describeDomainResponse​(com.uber.cadence.api.v1.DescribeDomainResponse t)
      • listDomainsResponse

        public static ListDomainsResponse listDomainsResponse​(com.uber.cadence.api.v1.ListDomainsResponse t)
      • signalWithStartWorkflowExecutionResponse

        public static StartWorkflowExecutionResponse signalWithStartWorkflowExecutionResponse​(com.uber.cadence.api.v1.SignalWithStartWorkflowExecutionResponse t)
      • updateDomainResponse

        public static UpdateDomainResponse updateDomainResponse​(com.uber.cadence.api.v1.UpdateDomainResponse t)