FroMage / redpipe

Redpipe Web Framework
Apache License 2.0
70 stars 10 forks source link

Migrate to RxJava2 #19

Closed FroMage closed 6 years ago

FroMage commented 6 years ago

Possibly keep supporting RxJava1 but not in the Server API, only in resources.

FroMage commented 6 years ago

OK done, though this means the plugins/server APIs changed and are not backwards-compatible.

In particular, most methods that returned a Single<Void> now return Completable, which is an annoying type, but it helps to remember the following mappings:

@k33g watch out ;)