openwhisk-runtime-java
openwhisk-runtime-java copied to clipboard
Making Java Function return Future
Currently there is no way to return Future from Java Action like how they are done in JavaScript via Promises. Making Java Action return future will help in running Asynchronous code inside Java Action