Package fiftyone.pipeline.web.services
Interface PipelineResultServiceCore
-
- All Known Implementing Classes:
PipelineResultServiceCore.Default
public interface PipelineResultServiceCoreService used to process web requests through the Pipeline. This handles populating the evidence and processing it. The results of the processing can be retrieved using theFlowDataProviderCoreservice.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPipelineResultServiceCore.DefaultDefault implementation of thePipelineResultServiceCoreservice.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(javax.servlet.http.HttpServletRequest request)Populate the evidence from the request and process through the Pipeline.
-