Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

A small lib to wrap any lambda with a hystrix command
https://github.com/santanusinha/hystrix-function-wrapper

functional functional-programming hystrix java-8

Last synced: 7 days ago
JSON representation

A small lib to wrap any lambda with a hystrix command

Awesome Lists containing this project

README

        

# Hystrix Function Wrapper

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

## Dependency

```

io.appform.core
hystrix-function-wrapper
1.1.10

```

## Sample code
```
CommandFactory.create("test", "test")
.executor(() -> true) //Your lambda here
.execute();
```

## License
Apache 2.0