@ConfigurationProperties(value="spring.cloud.stream.kstream") public class KStreamExtendedBindingProperties extends Object implements org.springframework.cloud.stream.binder.ExtendedBindingProperties<KStreamConsumerProperties,KStreamProducerProperties>
| Constructor and Description |
|---|
KStreamExtendedBindingProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,KStreamBindingProperties> |
getBindings() |
KStreamConsumerProperties |
getExtendedConsumerProperties(String binding) |
KStreamProducerProperties |
getExtendedProducerProperties(String binding) |
void |
setBindings(Map<String,KStreamBindingProperties> bindings) |
public Map<String,KStreamBindingProperties> getBindings()
public void setBindings(Map<String,KStreamBindingProperties> bindings)
public KStreamConsumerProperties getExtendedConsumerProperties(String binding)
getExtendedConsumerProperties in interface org.springframework.cloud.stream.binder.ExtendedBindingProperties<KStreamConsumerProperties,KStreamProducerProperties>public KStreamProducerProperties getExtendedProducerProperties(String binding)
getExtendedProducerProperties in interface org.springframework.cloud.stream.binder.ExtendedBindingProperties<KStreamConsumerProperties,KStreamProducerProperties>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.