Interface ContentProcessorPipeline
- All Known Implementing Classes:
ContentProcessorPipelineImpl
public interface ContentProcessorPipeline
- Author:
- Dejan Brkic
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessContent(PipelineContent content, ResultTO result) process the given content through the executors chain
-
Method Details
-
processContent
void processContent(PipelineContent content, ResultTO result) throws ServiceLayerException, UserNotFoundException process the given content through the executors chain- Parameters:
content-result-- Throws:
ServiceLayerExceptionUserNotFoundException
-