Class OrchestrationUtils

java.lang.Object
com.skava.orchestration.utils.OrchestrationUtils

public class OrchestrationUtils extends Object

The Class OrchestrationUtils

This processor class contains common orchestration util functions.
Version:
8.6.0
Author:
Infosys Equinox
  • Method Details

    • getStoreProperty

      public static String getStoreProperty(org.apache.camel.Exchange exchange, String storePropName)
      to return storeProperty based on the storeProperty's name.
      Parameters:
      exchange - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.
      storePropName - a String instance which holds the name of the store property
      Returns:
      a String instance of the value of a given store property 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 - a Exchange instance, which holds the information during the entire routing of a Message received by a Consumer.