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 void
close()
Tear down this resource.
-
-
-
Method Detail
-
close
void close() throws com.google.api.gax.rpc.ApiException
Tear down this resource.- Specified by:
close
in interfaceAutoCloseable
- Throws:
com.google.api.gax.rpc.ApiException
- on a failure to properly terminate.
-
-