java.lang.Object
org.qubership.integration.platform.engine.service.debugger.util.DebuggerUtils

public class DebuggerUtils extends Object
  • Constructor Details

    • DebuggerUtils

      public DebuggerUtils()
  • Method Details

    • isFailedOperation

      public static boolean isFailedOperation(org.apache.camel.Exchange exchange)
    • getNodeIdFormatted

      public static String getNodeIdFormatted(String nodeId)
    • getStepChainElementId

      public static String getStepChainElementId(String fullStepId)
    • getStepNameFormatted

      public static String getStepNameFormatted(String nodeId)
    • extractExecutionStatus

      public static ExecutionStatus extractExecutionStatus(org.apache.camel.Exchange exchange)
    • removeStepPropertyFromAllExchanges

      public static void removeStepPropertyFromAllExchanges(org.apache.camel.Exchange exchange, String sessionElementId)
    • chooseLogPayload

      public static String chooseLogPayload(org.apache.camel.Exchange exchange, String body, CamelDebuggerProperties dbgProperties)
    • initInternalExchangeVariables

      public static void initInternalExchangeVariables(org.apache.camel.Exchange exchange)
    • getNodeIdForExecutionMap

      public static String getNodeIdForExecutionMap(String nodeId, String splitId)
    • getExceptionFromExchange

      public static Throwable getExceptionFromExchange(org.apache.camel.Exchange exchange)
    • setOverallWarning

      public static void setOverallWarning(org.apache.camel.Exchange exchange, boolean value)