Interface ApiBackgroundResource
- All Superinterfaces:
AutoCloseable,com.google.api.gax.core.BackgroundResource
- All Known Subinterfaces:
AdminClient,CursorClient,TopicStatsClient
- All Known Implementing Classes:
AdminClientImpl,ApiResourceAggregation,CursorClientImpl,TopicStatsClientImpl
public interface ApiBackgroundResource
extends com.google.api.gax.core.BackgroundResource
-
Method Summary
Methods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Method Details
-
close
void close() throws com.google.api.gax.rpc.ApiExceptionTear down this resource.- Specified by:
closein interfaceAutoCloseable- Throws:
com.google.api.gax.rpc.ApiException- on a failure to properly terminate.
-