An utility lib that allows lambdas to be wrapped in hystrix commands.
<dependency>
<groupId>io.appform.core</groupId>
<artifactId>hystrix-function-wrapper</artifactId>
<version>1.1.8</version>
</dependency>
CommandFactory.<Boolean>create("test", "test")
.executor(() -> true) //Your lambda here
.execute();
Apache 2.0