Interface SelectiveSchedulerThreadNameProvider

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SelectiveSchedulerThreadNameProvider
Provides an interface to customize thread name of subscription-specific ThreadPoolTaskScheduler
  • Method Summary

    Modifier and Type
    Method
    Description
    getThreadName(com.google.pubsub.v1.ProjectSubscriptionName subscriptionName)
     
  • Method Details

    • getThreadName

      String getThreadName(com.google.pubsub.v1.ProjectSubscriptionName subscriptionName)