Uses of Class
com.google.cloud.spring.stream.binder.pubsub.properties.PubSubProducerProperties
Package
Description
Pub/Sub stream binder for Spring.
Configuration properties of stream binder for Pub/Sub in Spring.
Classes for provisioning and destinations of stream binder for Pub/Sub in Spring.
-
Uses of PubSubProducerProperties in com.google.cloud.spring.stream.binder.pubsub
Modifier and TypeMethodDescriptionPubSubMessageChannelBinder.getExtendedProducerProperties
(String channelName) Modifier and TypeMethodDescriptionprotected 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) -
Uses of PubSubProducerProperties in com.google.cloud.spring.stream.binder.pubsub.properties
Modifier and TypeMethodDescriptionvoid
PubSubBindingProperties.setProducer
(PubSubProducerProperties producer) -
Uses of PubSubProducerProperties in com.google.cloud.spring.stream.binder.pubsub.provisioning
Modifier and TypeMethodDescriptionorg.springframework.cloud.stream.provisioning.ProducerDestination
PubSubChannelProvisioner.provisionProducerDestination
(String topic, org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties> properties)