Hystrix Function Wrapper

An utility lib that allows lambdas to be wrapped in hystrix commands

Лицензия

Лицензия

Категории

Категории

ORM Данные
Группа

Группа

io.appform.core
Идентификатор

Идентификатор

hystrix-function-wrapper
Последняя версия

Последняя версия

1.1.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hystrix Function Wrapper
An utility lib that allows lambdas to be wrapped in hystrix commands
Ссылка на сайт

Ссылка на сайт

https://github.com/santanusinha/hystrix-function-wrapper
Система контроля версий

Система контроля версий

https://github.com/santanusinha/hystrix-function-wrapper.git

Скачать hystrix-function-wrapper

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.appform.core/hystrix-function-wrapper/ -->
<dependency>
    <groupId>io.appform.core</groupId>
    <artifactId>hystrix-function-wrapper</artifactId>
    <version>1.1.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.appform.core/hystrix-function-wrapper/
implementation 'io.appform.core:hystrix-function-wrapper:1.1.9'
// https://jarcasting.com/artifacts/io.appform.core/hystrix-function-wrapper/
implementation ("io.appform.core:hystrix-function-wrapper:1.1.9")
'io.appform.core:hystrix-function-wrapper:jar:1.1.9'
<dependency org="io.appform.core" name="hystrix-function-wrapper" rev="1.1.9">
  <artifact name="hystrix-function-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.appform.core', module='hystrix-function-wrapper', version='1.1.9')
)
libraryDependencies += "io.appform.core" % "hystrix-function-wrapper" % "1.1.9"
[io.appform.core/hystrix-function-wrapper "1.1.9"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.netflix.hystrix : hystrix-core jar 1.5.18
com.hystrix » hystrix-configurator jar 0.0.8
io.opentracing : opentracing-api jar 0.33.0
io.opentracing : opentracing-util jar 0.33.0

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.12

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.13.0

Модули Проекта

Данный проект не имеет модулей.

Hystrix Function Wrapper

An utility lib that allows lambdas to be wrapped in hystrix commands.

Dependency

    <dependency>
        <groupId>io.appform.core</groupId>
        <artifactId>hystrix-function-wrapper</artifactId>
        <version>1.1.8</version>
    </dependency>

Sample code

CommandFactory.<Boolean>create("test", "test")
                .executor(() -> true) //Your lambda here
                .execute();

License

Apache 2.0

Версии библиотеки

Версия
1.1.9
1.1.8
1.1.7
1.1.5
1.1.4