j-easy / easy-rules

The simple, stupid rules engine for Java
https://github.com/j-easy/easy-rules/wiki
MIT License
4.86k stars 1.05k forks source link

Futures/CompletionStage/Async rules #342

Open ktalebian opened 3 years ago

ktalebian commented 3 years ago

How does one make a Rule that is async, for instance, it needs to make an HTTP request to validate a Fact?