Package com.google.cloud.spanner
Interface SpannerOptions.CloseableExecutorProvider
-
- All Superinterfaces:
AutoCloseable,com.google.api.gax.core.ExecutorProvider
- All Known Implementing Classes:
SpannerOptions.FixedCloseableExecutorProvider
- Enclosing class:
- SpannerOptions
public static interface SpannerOptions.CloseableExecutorProvider extends com.google.api.gax.core.ExecutorProvider, AutoCloseable
ExecutorProviderthat is used forAsyncResultSet.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Overridden to suppress the throws declaration of the super interface.
-
-
-
Method Detail
-
close
void close()
Overridden to suppress the throws declaration of the super interface.- Specified by:
closein interfaceAutoCloseable
-
-