@Configuration @EnableConfigurationProperties(value=StreamConfigurationProperties.class) @ConditionalOnClass(value=org.springframework.cloud.stream.binder.Binder.class) @ConditionalOnBean(value=org.springframework.cloud.function.context.FunctionCatalog.class) @ConditionalOnProperty(name="spring.cloud.stream.enabled", havingValue="true", matchIfMissing=true) public class StreamAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
StreamAutoConfiguration.ProcessorBindingConfiguration |
protected static class |
StreamAutoConfiguration.ProcessorConfiguration |
protected class |
StreamAutoConfiguration.SinkBindingConfiguration |
protected static class |
StreamAutoConfiguration.SinkConfiguration |
protected class |
StreamAutoConfiguration.SourceBindingConfiguration |
protected static class |
StreamAutoConfiguration.SourceConfiguration |
| Constructor and Description |
|---|
StreamAutoConfiguration() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.