@ConfigurationProperties(value="spring.cloud.stream.gcp.pubsub") public class PubSubExtendedBindingProperties extends Object implements org.springframework.cloud.stream.binder.ExtendedBindingProperties<PubSubConsumerProperties,PubSubProducerProperties>
| Constructor and Description |
|---|
PubSubExtendedBindingProperties() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PubSubBindingProperties> |
getBindings() |
PubSubConsumerProperties |
getExtendedConsumerProperties(String channelName) |
PubSubProducerProperties |
getExtendedProducerProperties(String channelName) |
public Map<String,PubSubBindingProperties> getBindings()
public PubSubConsumerProperties getExtendedConsumerProperties(String channelName)
getExtendedConsumerProperties in interface org.springframework.cloud.stream.binder.ExtendedBindingProperties<PubSubConsumerProperties,PubSubProducerProperties>public PubSubProducerProperties getExtendedProducerProperties(String channelName)
getExtendedProducerProperties in interface org.springframework.cloud.stream.binder.ExtendedBindingProperties<PubSubConsumerProperties,PubSubProducerProperties>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.