QBit Microservices Lib 1.5.0.RELEASE
QBit Microservices Lib now supports Reakt invokable promises for local and remote client proxies. Invokeable promise
employeeService.lookupEmployee("123") .then((employee)-> {...}).catchError(...).invoke(); QBit callbacks are now also Reakt Callbacks without breaking the QBit contract for Callbacks. See Reakt Invokable Promises for more details. A full write up on QBit Invokable Promise is pending, but the curious can see ReaktInterfacesTest Service Queue, ServiceBundle for more details, and the Remote Websocket Reakt interfaces for remote access proxies.
|