Update to Reactor Bismuth-M2

Issue: SPR-15646
This commit is contained in:
Rob Winch
2017-06-09 09:49:13 -05:00
parent 5e954dcba0
commit b1345014b9
2 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ abstract class AbstractMonoToListenableFutureAdapter<S, T> implements Listenable
registry.success(adapted);
})
.doOnError(this.registry::failure)
.subscribe();
.toProcessor();
}