Package | Description |
---|---|
com.google.cloud.spring.stream.binder.pubsub |
Pub/Sub stream binder for Spring.
|
com.google.cloud.spring.stream.binder.pubsub.properties |
Configuration properties of stream binder for Pub/Sub in Spring.
|
com.google.cloud.spring.stream.binder.pubsub.provisioning |
Classes for provisioning and destinations of stream binder for Pub/Sub in Spring.
|
Modifier and Type | Method and Description |
---|---|
PubSubProducerProperties |
PubSubMessageChannelBinder.getExtendedProducerProperties(String channelName) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.messaging.MessageHandler |
PubSubMessageChannelBinder.createProducerMessageHandler(org.springframework.cloud.stream.provisioning.ProducerDestination destination,
org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties> producerProperties,
org.springframework.messaging.MessageChannel errorChannel) |
Modifier and Type | Method and Description |
---|---|
PubSubProducerProperties |
PubSubBindingProperties.getProducer() |
Modifier and Type | Method and Description |
---|---|
void |
PubSubBindingProperties.setProducer(PubSubProducerProperties producer) |
Modifier and Type | Method and Description |
---|---|
org.springframework.cloud.stream.provisioning.ProducerDestination |
PubSubChannelProvisioner.provisionProducerDestination(String topic,
org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties> properties) |
Copyright © 2021. All rights reserved.