Package com.skava.orchestration.utils
Class OrchestrationUtils
java.lang.Object
com.skava.orchestration.utils.OrchestrationUtils
The Class OrchestrationUtils
This processor class contains common orchestration util functions.- Version:
- 8.6.0
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckSkipApiCallNumOptimization(org.apache.camel.Exchange exchange) sets exchange property IsSkipMsResponseFromExchange based on the value of the store property IsSkipMsResponseFromExchange.static StringgetStoreProperty(org.apache.camel.Exchange exchange, String storePropName) to return storeProperty based on the storeProperty's name.
-
Method Details
-
getStoreProperty
to return storeProperty based on the storeProperty's name. -
checkSkipApiCallNumOptimization
public static void checkSkipApiCallNumOptimization(org.apache.camel.Exchange exchange) sets exchange property IsSkipMsResponseFromExchange based on the value of the store property IsSkipMsResponseFromExchange.- Parameters:
exchange- aExchangeinstance, which holds the information during the entire routing of a Message received by a Consumer.
-