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 TypeMethodDescriptionassemble
(@Nullable Request request, TaskExecutionResults results) Assemble execution results of subtasks to create the final response
-
Method Details
-
assemble
Assemble execution results of subtasks to create the final response- Parameters:
request
- Request of workflowresults
- Execution results of subtasks- Returns:
- Response
-