RXJava support in DBFlow is an incubating feature and likely to change over time. We support both RX1 and RX2 and have made the extensions + DBFlow compatibility almost identical - save for the changes and where it makes sense in each version.
Currently it supports
Any ModelQueriable can be wrapped in a Single, Maybe, or Flowable (to continuously observe changes).
Single + List model save(), insert(), update(), and delete().
Streaming a set of results from a query
Observing on table changes for specific ModelQueriable and providing ability to query from that set repeatedly as needed.