@ConfigurationProperties(value="spring.cloud.stream.kafka.streams") public class KafkaStreamsApplicationSupportProperties extends Object
ConfigurationProperties that can be used by end user Kafka Stream applications. This class provides
convenient ways to access the commonly used kafka stream properties from the user application. For example, windowing
operations are common use cases in stream processing and one can provide window specific properties at runtime and use
those properties in the applications using this class.| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaStreamsApplicationSupportProperties.TimeWindow
Properties required by time windows.
|
| Constructor and Description |
|---|
KafkaStreamsApplicationSupportProperties() |
| Modifier and Type | Method and Description |
|---|---|
KafkaStreamsApplicationSupportProperties.TimeWindow |
getTimeWindow() |
void |
setTimeWindow(KafkaStreamsApplicationSupportProperties.TimeWindow timeWindow) |
public KafkaStreamsApplicationSupportProperties()
public KafkaStreamsApplicationSupportProperties.TimeWindow getTimeWindow()
public void setTimeWindow(KafkaStreamsApplicationSupportProperties.TimeWindow timeWindow)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.