Interface ResponseAssembler<Request,Response>

Type Parameters:
Request -
Response -
All Known Implementing Classes:
DefaultResponseAssembler

public interface ResponseAssembler<Request,Response>
An Assembler to assemble execution results of subtasks to create the final response
  • Method Summary

    Modifier and Type
    Method
    Description
    assemble(@Nullable Request request, TaskExecutionResults results)
    Assemble execution results of subtasks to create the final response
  • Method Details

    • assemble

      Response assemble(@Nullable Request request, TaskExecutionResults results)
      Assemble execution results of subtasks to create the final response
      Parameters:
      request - Request of workflow
      results - Execution results of subtasks
      Returns:
      Response