public static interface SpannerDatabaseTailer.TableExcluder extends SpannerDatabaseTailer.Builder
SpannerDatabaseTailer.| Modifier and Type | Method and Description |
|---|---|
SpannerDatabaseTailer.Builder |
except(String... tables)
Instructs the
SpannerDatabaseTailer to exclude these tables from change events. |
build, setCommitTimestampColumnFunction, setCommitTimestampRepository, setExecutor, setPollInterval, setShardProvider, setShardProvidersSpannerDatabaseTailer.Builder except(String... tables)
SpannerDatabaseTailer to exclude these tables from change events. This
option can be used in combination with SpannerDatabaseTailer.TableSelecter.allTables() to include all
tables except for a specfic list.Copyright © 2022 Google LLC. All rights reserved.