h

hystrix-function-wrapper

An utility lib that allows lambdas to be wrapped in hystrix commands
https://github.com/santanusinha/hystrix-function-wrapper
The Apache Software License, Version 2.0
Santanu Sinha Rishabh Goyal Tushar Mandar Guruprasad Sridharan
Files download
File Operation
hystrix-function-wrapper-1.1.10.jar download
hystrix-function-wrapper-1.1.10.pom download
hystrix-function-wrapper-1.1.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.appform.core</groupId>
  <artifactId>hystrix-function-wrapper</artifactId>
  <version>1.1.10</version>
</dependency>
Gradle Groovy
implementation 'io.appform.core:hystrix-function-wrapper:1.1.10'
Gradle Kotlin
implementation("io.appform.core:hystrix-function-wrapper:1.1.10")
Scala SBT
libraryDependencies += "io.appform.core" % "hystrix-function-wrapper" % "1.1.10"
Groovy Grape
@Grapes(
  @Grab(group='io.appform.core', module='hystrix-function-wrapper', version='1.1.10')
)
Apache Ivy
<dependency org="io.appform.core" name="hystrix-function-wrapper" rev="1.1.10" />
Leiningen
[io.appform.core/hystrix-function-wrapper "1.1.10"]
Apache Buildr
'io.appform.core:hystrix-function-wrapper:jar:1.1.10'