Package com.skava.cache.processor
Class CDNCacheInvalidatorProcessor
java.lang.Object
com.skava.cache.processor.CDNCacheInvalidatorProcessor
- All Implemented Interfaces:
org.apache.camel.Processor
@Component
@Service("cDNCacheInvalidatorProcessor")
public class CDNCacheInvalidatorProcessor
extends Object
implements org.apache.camel.Processor
The Class CatalogImageUploadProcessor is used to convert the user micro-service response into the admin required response. It will remove the unwanted data from micro-service also this will add the required data to the response.
- Since:
- Nov 2020
- Version:
- 8.9
- Author:
- catalog admin team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(org.apache.camel.Exchange exchange) This processor class is used to convert the user micro-service response into the admin required response.
-
Constructor Details
-
CDNCacheInvalidatorProcessor
public CDNCacheInvalidatorProcessor()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This processor class is used to convert the user micro-service response into the admin required response. It will remove the unwanted data from micro-service also this will add the required data to the response.
- Specified by:
process
in interfaceorg.apache.camel.Processor
- Parameters:
exchange
- An Exchange is the message container holding the information during the entire routing.
-