jar

com.artnaseef : correlation-id-utils-camel-v4

Maven & Gradle

Oct 25, 2023

Correlation ID Utilities ::: Camel v4 · 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-v4 JAR file - Latest Versions:

All Versions

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

Version Vulnerabilities Size Updated
2.4.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-v4-2.4.0.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