Tag: Reactive

Exploring RxJava – Wrapping a Listener Callback
Exploring RxJava – Wrapping a Listener Callback

In this post, Couchbase will show using a series of examples of how to convert a callback-based listener style API to a reactive one with RxJava 2.

Using Couchbase Java SDK to write a Vert.x Verticle
Using Couchbase Java SDK to write a Vert.x Verticle

In this post we’ll go reactive all the way! Some Couchbase customers use Vert.x, a framework for writing fully asynchronous applications, knowing that the Couchbase Java SDK fits well into this picture, being asynchronous from the ground up and exposing...