jar

com.artnaseef : correlation-id-utils-camel

Maven & Gradle

Sep 24, 2021
0 stars

Correlation ID Utilities ::: Camel · Correlation ID Utilities for Camel. Includes processors for HTTP, JMS, and more. Also includes UnitOfWork to ensure correlation ID is maintained across threads for asynchronous processing.

Table Of Contents

Latest Version

Download com.artnaseef : correlation-id-utils-camel JAR file - Latest Versions:

All Versions

Download com.artnaseef : correlation-id-utils-camel JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window correlation-id-utils-camel-2.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.artnaseef.correlationid.camel.util

├─ com.artnaseef.correlationid.camel.util.CamelCorrelationIdConstants.class - [JAR]

├─ com.artnaseef.correlationid.camel.util.CamelCorrelationUtilManager.class - [JAR]

├─ com.artnaseef.correlationid.camel.util.CamelInHttpMessageCorrelationIdHandler.class - [JAR]

├─ com.artnaseef.correlationid.camel.util.CamelInJmsMessageCorrelationIdProcessor.class - [JAR]

├─ com.artnaseef.correlationid.camel.util.CamelOutJmsMessageCorrelationIdProcessor.class - [JAR]

├─ com.artnaseef.correlationid.camel.util.CamelOutMessageHeaderCorrelationIdHandler.class - [JAR]

com.artnaseef.correlationid.camel.unitofwork

├─ com.artnaseef.correlationid.camel.unitofwork.CorrelationIdUtilsUnitOfWork.class - [JAR]

├─ com.artnaseef.correlationid.camel.unitofwork.CorrelationIdUtilsUnitOfWorkFactory.class - [JAR]

├─ com.artnaseef.correlationid.camel.unitofwork.CorrelationIdUtilsUowCallback.class - [JAR]

├─ com.artnaseef.correlationid.camel.unitofwork.CorrelationIdUtilsUowCallbackFactory.class - [JAR]

com.artnaseef.correlationid.camel.util.common

├─ com.artnaseef.correlationid.camel.util.common.CamelMessageCorrelationIdCommonUtils.class - [JAR]

Advertisement