@ConfigurationProperties(value="spring.cloud.stream.kstream") public class KStreamApplicationSupportProperties 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 |
KStreamApplicationSupportProperties.TimeWindow |
| Constructor and Description |
|---|
KStreamApplicationSupportProperties() |
| Modifier and Type | Method and Description |
|---|---|
KStreamApplicationSupportProperties.TimeWindow |
getTimeWindow() |
void |
setTimeWindow(KStreamApplicationSupportProperties.TimeWindow timeWindow) |
public KStreamApplicationSupportProperties.TimeWindow getTimeWindow()
public void setTimeWindow(KStreamApplicationSupportProperties.TimeWindow timeWindow)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.