Interface SpannerOptions.CloseableExecutorProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Overridden to suppress the throws declaration of the super interface.
      • Methods inherited from interface com.google.api.gax.core.ExecutorProvider

        getExecutor, shouldAutoClose
    • Method Detail

      • close

        void close()
        Overridden to suppress the throws declaration of the super interface.
        Specified by:
        close in interface AutoCloseable