Class HasDonationRoundUpOnProcessNow
java.lang.Object
com.skava.subscription.orchestration.processor.HasDonationRoundUpOnProcessNow
- All Implemented Interfaces:
org.apache.camel.Processor
@Service("hasDonationRoundUpOnProcessNow")
public class HasDonationRoundUpOnProcessNow
extends Object
implements org.apache.camel.Processor
The Class HasDonationRoundUpOnProcessNow
This processor class is used to check whether the user has enabled donation- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(org.apache.camel.Exchange exchange) This process method is used to check whether the user has enabled donation
-
Constructor Details
-
HasDonationRoundUpOnProcessNow
public HasDonationRoundUpOnProcessNow()
-
-
Method Details
-
process
public void process(org.apache.camel.Exchange exchange) This process method is used to check whether the user has enabled donation- Specified by:
processin interfaceorg.apache.camel.Processor- Parameters:
exchange- Indicates aExchangeinstance, which holds the information during the entire routing of a Message received by a Consumer.
-