Uses of Class
com.google.cloud.spring.pubsub.core.PubSubTemplate
Packages that use PubSubTemplate
Package
Description
Auto-configuration for Spring Cloud GCP Pub/Sub module.
Auto-configuration for Spring Data Cloud Pub/Sub Health module.
Pub/Sub stream binder for Spring.
Configuration of stream binder for Pub/Sub in Spring.
-
Uses of PubSubTemplate in com.google.cloud.spring.autoconfigure.pubsub
Methods in com.google.cloud.spring.autoconfigure.pubsub that return PubSubTemplateModifier and TypeMethodDescriptionGcpPubSubAutoConfiguration.pubSubTemplate
(PubSubPublisherTemplate pubSubPublisherTemplate, PubSubSubscriberTemplate pubSubSubscriberTemplate) -
Uses of PubSubTemplate in com.google.cloud.spring.autoconfigure.pubsub.health
Method parameters in com.google.cloud.spring.autoconfigure.pubsub.health with type arguments of type PubSubTemplateModifier and TypeMethodDescriptionorg.springframework.boot.actuate.health.HealthContributor
PubSubHealthIndicatorAutoConfiguration.pubSubHealthContributor
(Map<String, PubSubTemplate> pubSubTemplates) Constructors in com.google.cloud.spring.autoconfigure.pubsub.health with parameters of type PubSubTemplateModifierConstructorDescriptionPubSubHealthIndicator
(PubSubTemplate pubSubTemplate, String healthCheckSubscription, long timeoutMillis, boolean acknowledgeMessages) -
Uses of PubSubTemplate in com.google.cloud.spring.stream.binder.pubsub
Constructors in com.google.cloud.spring.stream.binder.pubsub with parameters of type PubSubTemplateModifierConstructorDescriptionPubSubMessageChannelBinder
(String[] headersToEmbed, PubSubChannelProvisioner provisioningProvider, PubSubTemplate pubSubTemplate, PubSubExtendedBindingProperties pubSubExtendedBindingProperties) -
Uses of PubSubTemplate in com.google.cloud.spring.stream.binder.pubsub.config
Methods in com.google.cloud.spring.stream.binder.pubsub.config with parameters of type PubSubTemplateModifier 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)