Class GoogleCloudDatastoreStateRepository

java.lang.Object
org.togglz.googleclouddatastore.repository.GoogleCloudDatastoreStateRepository
All Implemented Interfaces:
StateRepository

public class GoogleCloudDatastoreStateRepository extends Object implements StateRepository

This repository implementation can be used to store the feature state in Google Cloud Datastore</>

GoogleCloudDatastoreStateRepository stores the feature state in the FeatureToggle kind.

Author:
Fábio Franco Uechi
  • Constructor Details

    • GoogleCloudDatastoreStateRepository

      @Inject public GoogleCloudDatastoreStateRepository(com.google.cloud.datastore.Datastore datastore)
    • GoogleCloudDatastoreStateRepository

      @Inject public GoogleCloudDatastoreStateRepository(com.google.cloud.datastore.Datastore datastore, String kind)
  • Method Details