Uses of Class
com.google.cloud.spring.stream.binder.pubsub.properties.PubSubProducerProperties
Packages that use 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
Methods in com.google.cloud.spring.stream.binder.pubsub that return PubSubProducerPropertiesModifier and TypeMethodDescriptionPubSubMessageChannelBinder.getExtendedProducerProperties
(String channelName) Method parameters in com.google.cloud.spring.stream.binder.pubsub with type arguments of type PubSubProducerPropertiesModifier 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
Methods in com.google.cloud.spring.stream.binder.pubsub.properties that return PubSubProducerPropertiesMethods in com.google.cloud.spring.stream.binder.pubsub.properties with parameters of type PubSubProducerPropertiesModifier and TypeMethodDescriptionvoid
PubSubBindingProperties.setProducer
(PubSubProducerProperties producer) -
Uses of PubSubProducerProperties in com.google.cloud.spring.stream.binder.pubsub.provisioning
Method parameters in com.google.cloud.spring.stream.binder.pubsub.provisioning with type arguments of type PubSubProducerPropertiesModifier and TypeMethodDescriptionorg.springframework.cloud.stream.provisioning.ProducerDestination
PubSubChannelProvisioner.provisionProducerDestination
(String topic, org.springframework.cloud.stream.binder.ExtendedProducerProperties<PubSubProducerProperties> properties)