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