@Configuration @ConditionalOnMissingBean(value=org.springframework.cloud.stream.binder.Binder.class) public class TestSupportBinderConfiguration extends Object
Configuration for the
TestSupportBinder
Either imported by the TestSupportBinderAutoConfiguration for the test binder
default usage scenario (superseding all binders on the classpath), or used as a binder
configuration on the classpath when test binder autoconfiguration is disabled.| Constructor and Description |
|---|
TestSupportBinderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.stream.binder.Binder<org.springframework.messaging.MessageChannel,?,?> |
binder() |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.