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