Class GooglePubSubConfiguration

    • Constructor Detail

      • GooglePubSubConfiguration

        public GooglePubSubConfiguration()
    • Method Detail

      • transportChannelProvider

        @Bean
        public com.google.api.gax.rpc.TransportChannelProvider transportChannelProvider()
      • googlePubSubPublishingExecutor

        @Bean(name="googlePubSubPublishingExecutor",
              destroyMethod="shutdown")
        public java.util.concurrent.ScheduledExecutorService googlePubSubPublishingExecutor​(GooglePubSubSenderProperties googlePubSubSenderProperties)
      • googlePubSubPublishingExecutorProvider

        @Bean
        public com.google.api.gax.core.ExecutorProvider googlePubSubPublishingExecutorProvider​(@Named("googlePubSubPublishingExecutor")
                                                                                               java.util.concurrent.ScheduledExecutorService googlePubSubPublishingExecutor)
      • batchingSettings

        @Bean
        public com.google.api.gax.batching.BatchingSettings batchingSettings​(GooglePubSubSenderProperties googlePubSubSenderProperties)
      • retrySettings

        @Bean
        public com.google.api.gax.retrying.RetrySettings retrySettings​(GooglePubSubSenderProperties googlePubSubSenderProperties)