Interface DatabaseIdProvider

All Superinterfaces:
Supplier<com.google.cloud.spanner.DatabaseId>

public interface DatabaseIdProvider extends Supplier<com.google.cloud.spanner.DatabaseId>
A provider of DatabaseId that is used to determine the target Cloud Spanner databases on which to act.
Since:
1.2
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get