openwhisk-runtime-java icon indicating copy to clipboard operation
openwhisk-runtime-java copied to clipboard

Making Java Function return Future

Open kameshsampath opened this issue 7 years ago • 0 comments

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

kameshsampath avatar Apr 18 '18 13:04 kameshsampath