Interface MultiPartRequestGenerator

All Known Implementing Classes:
DefaultBatchRequestGenerator

public interface MultiPartRequestGenerator
Generates a multipart request.
  • Method Details

    • generate

      org.springframework.http.HttpEntity<String> generate(@NotNull @NotNull List<OutboundBatchRequestPartDTO> requestDTOs)
      Generates a multi-part http request from a list of OutboundBatchRequestPartDTO.
      Parameters:
      requestDTOs - List of DTOs that represent individual requests and their model type
      Returns:
      org.springframework.http.HttpEntity<String> with consolidated request payload and necessary headers