@Configuration @EnableConfigurationProperties(value=KStreamApplicationSupportProperties.class) public class KStreamApplicationSupportAutoConfiguration extends Object
| Constructor and Description |
|---|
KStreamApplicationSupportAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.kafka.streams.kstream.TimeWindows |
configuredTimeWindow(KStreamApplicationSupportProperties processorProperties) |
public KStreamApplicationSupportAutoConfiguration()
@Bean @ConditionalOnProperty(value="spring.cloud.stream.kstream.timeWindow.length") public org.apache.kafka.streams.kstream.TimeWindows configuredTimeWindow(KStreamApplicationSupportProperties processorProperties)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.