Package com.linkedin.alpini.router.api
Interface ResponseAggregatorFactory<BASIC_HTTP_REQUEST extends BasicRequest,HTTP_RESPONSE>
- All Known Implementing Classes:
VeniceResponseAggregator
public interface ResponseAggregatorFactory<BASIC_HTTP_REQUEST extends BasicRequest,HTTP_RESPONSE>
Created by acurtis on 6/19/17.
-
Method Summary
Modifier and TypeMethodDescriptionbuildResponse
(BASIC_HTTP_REQUEST request, Metrics metrics, List<HTTP_RESPONSE> gatheredResponses)
-
Method Details
-
buildResponse
@Nonnull HTTP_RESPONSE buildResponse(@Nonnull BASIC_HTTP_REQUEST request, Metrics metrics, @Nonnull List<HTTP_RESPONSE> gatheredResponses)
-