Files
spring-cloud-stream/spring-cloud-stream-rxjava
Marius Bogoevici 3874620d2a Fix RxJava processor lifecycle
-  Make SubjectMessageHandler a SmartLifecycle and assign it to phase 0, allowing it to be started after the outputs are bound and before the inputs are bound;
- Setup Rx in the start() method;
- Set the ServiceActivator associated with the handler to phase 0 as well;
2016-02-16 00:18:39 +05:30
..