Interface DatastoreProvider

All Superinterfaces:
Supplier<com.google.cloud.datastore.Datastore>

public interface DatastoreProvider extends Supplier<com.google.cloud.datastore.Datastore>
This interface is the return type for the bean that provides Cloud Datastore clients.
Since:
1.2
  • Method Summary

    Methods inherited from interface java.util.function.Supplier

    get