Class SetRemoveOrderConfirmationCacheAtEnd
java.lang.Object
com.skava.cart.orchestration.processor.SetRemoveOrderConfirmationCacheAtEnd
- All Implemented Interfaces:
org.apache.camel.Processor
@Service("setRemoveOrderConfirmationCacheAtEnd")
public class SetRemoveOrderConfirmationCacheAtEnd
extends Object
implements org.apache.camel.Processor
The Class SetRemoveOrderConfirmationCacheAtEnd
This processor class is used to set auto removal of orderlock information in cache Setting isCreateCache property "true" will enable auto-removal from CustomSecuredHttpBinding class-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SetRemoveOrderConfirmationCacheAtEnd
public SetRemoveOrderConfirmationCacheAtEnd()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) process- Specified by:
process
in interfaceorg.apache.camel.Processor
- Parameters:
exchange
- Indicates aExchange
instance, which holds the information during the entire routing of a Message received by a Consumer.
-