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
ExecutorProvider that is used for AsyncResultSet.-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Overridden to suppress the throws declaration of the super interface.Methods inherited from interface com.google.api.gax.core.ExecutorProvider
getExecutor, shouldAutoClose
-
Method Details
-
close
void close()Overridden to suppress the throws declaration of the super interface.- Specified by:
closein interfaceAutoCloseable
-