c

camel-hystrix

Circuit Breaker EIP using Netflix Hystrix
Files download
File Operation
camel-hystrix-2.19.5.jar download
camel-hystrix-2.19.5.pom download
camel-hystrix-2.19.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-hystrix</artifactId>
  <version>2.19.5</version>
</dependency>
Gradle Groovy
implementation 'org.apache.camel:camel-hystrix:2.19.5'
Gradle Kotlin
implementation("org.apache.camel:camel-hystrix:2.19.5")
Scala SBT
libraryDependencies += "org.apache.camel" % "camel-hystrix" % "2.19.5"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.camel', module='camel-hystrix', version='2.19.5')
)
Apache Ivy
<dependency org="org.apache.camel" name="camel-hystrix" rev="2.19.5" />
Leiningen
[org.apache.camel/camel-hystrix "2.19.5"]
Apache Buildr
'org.apache.camel:camel-hystrix:jar:2.19.5'