Files
spring-cloud-stream/spring-cloud-stream
Ilayaperumal Gopinathan a335704833 Remove ChannelBindingAdapterRunner
- Since `ChannelBindingAdapter` implements `SmartLifecycle`, it is expected to start with the highest precedence when the lifecycle beans are started.
 - Remove `autoStartup` from `ChannelBindingProperties`
   - This property was used by the CBARunner to start the CBA if autoStartup is true
     - Since all the lifecycle beans (inbound/outbound channel adapters) are started with appropriate phase and autoStartup flag the ChannelBindingProperties's autoStartup isn't needed.
2015-08-19 11:21:32 -07:00
..
2015-08-19 11:21:32 -07:00