Interface AncillarySearchPipelineManager
- All Known Implementing Classes:
DefaultAncillarySearchPipelineManager
public interface AncillarySearchPipelineManager
Pipeline Manager class that will return a
OfferResponseData after executing a list of handlers
on the OfferRequestData given as input-
Method Summary
Modifier and TypeMethodDescriptionexecutePipeline(OfferRequestData offerRequestData) Execute pipeline offer response data.
-
Method Details
-
executePipeline
Execute pipeline offer response data.- Parameters:
offerRequestData- the offer request data- Returns:
- the offer response data
-