c

correlation-id-utils-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.
文件下载
文件名 操作
correlation-id-utils-camel-v4-2.4.0.jar 下载
correlation-id-utils-camel-v4-2.4.0.pom 下载
correlation-id-utils-camel-v4-2.4.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.artnaseef</groupId>
  <artifactId>correlation-id-utils-camel-v4</artifactId>
  <version>2.4.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.artnaseef:correlation-id-utils-camel-v4:2.4.0'
Gradle Kotlin
implementation("com.artnaseef:correlation-id-utils-camel-v4:2.4.0")
Scala SBT
libraryDependencies += "com.artnaseef" % "correlation-id-utils-camel-v4" % "2.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.artnaseef', module='correlation-id-utils-camel-v4', version='2.4.0')
)
Apache Ivy
<dependency org="com.artnaseef" name="correlation-id-utils-camel-v4" rev="2.4.0" />
Leiningen
[com.artnaseef/correlation-id-utils-camel-v4 "2.4.0"]
Apache Buildr
'com.artnaseef:correlation-id-utils-camel-v4:jar:2.4.0'