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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Tear down this resource.
-
-
-
Method Detail
-
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.
-
-