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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HTTP_RESPONSE
buildResponse(BASIC_HTTP_REQUEST request, Metrics metrics, java.util.List<HTTP_RESPONSE> gatheredResponses)
-
-
-
Method Detail
-
buildResponse
@Nonnull HTTP_RESPONSE buildResponse(@Nonnull BASIC_HTTP_REQUEST request, Metrics metrics, @Nonnull java.util.List<HTTP_RESPONSE> gatheredResponses)
-
-