Uses of Class
com.google.cloud.spring.stream.binder.pubsub.properties.PubSubExtendedBindingProperties
Packages that use PubSubExtendedBindingProperties
Package
Description
Pub/Sub stream binder for Spring.
Configuration of stream binder for Pub/Sub in Spring.
-
Uses of PubSubExtendedBindingProperties in com.google.cloud.spring.stream.binder.pubsub
Constructors in com.google.cloud.spring.stream.binder.pubsub with parameters of type PubSubExtendedBindingPropertiesModifierConstructorDescriptionPubSubMessageChannelBinder
(String[] headersToEmbed, PubSubChannelProvisioner provisioningProvider, PubSubTemplate pubSubTemplate, PubSubExtendedBindingProperties pubSubExtendedBindingProperties) -
Uses of PubSubExtendedBindingProperties in com.google.cloud.spring.stream.binder.pubsub.config
Methods in com.google.cloud.spring.stream.binder.pubsub.config with parameters of type PubSubExtendedBindingPropertiesModifier and TypeMethodDescriptionPubSubBinderConfiguration.pubSubBinder
(PubSubChannelProvisioner pubSubChannelProvisioner, PubSubTemplate pubSubTemplate, PubSubExtendedBindingProperties pubSubExtendedBindingProperties, org.springframework.cloud.stream.config.ProducerMessageHandlerCustomizer<PubSubMessageHandler> producerCustomizer, org.springframework.cloud.stream.config.ConsumerEndpointCustomizer<PubSubInboundChannelAdapter> consumerCustomizer, HealthTrackerRegistry healthTrackerRegistry)