Interface ApiBackgroundResource

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void close()
      Tear down this resource.
      • Methods inherited from interface com.google.api.gax.core.BackgroundResource

        awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
    • Method Detail

      • close

        void close()
            throws com.google.api.gax.rpc.ApiException
        Tear down this resource.
        Specified by:
        close in interface AutoCloseable
        Throws:
        com.google.api.gax.rpc.ApiException - on a failure to properly terminate.