Uses of Class
io.getunleash.repository.FeatureCollection
-
Packages that use FeatureCollection Package Description io.getunleash.event io.getunleash.repository -
-
Uses of FeatureCollection in io.getunleash.event
Methods in io.getunleash.event with parameters of type FeatureCollection Modifier and Type Method Description default voidUnleashSubscriber. featuresBackedUp(FeatureCollection featureCollection)default voidUnleashSubscriber. featuresBackupRestored(FeatureCollection featureCollection)default voidUnleashSubscriber. featuresBootstrapped(FeatureCollection featureCollection) -
Uses of FeatureCollection in io.getunleash.repository
Methods in io.getunleash.repository that return FeatureCollection Modifier and Type Method Description FeatureCollectionJsonFeaturesDeserializer. deserialize(com.google.gson.JsonElement rootElement, Type type, com.google.gson.JsonDeserializationContext context)FeatureCollectionFeatureBootstrapHandler. parse(String jsonString)FeatureCollectionFeatureBackupHandlerFile. read()FeatureCollectionFeatureBootstrapHandler. read()Methods in io.getunleash.repository with parameters of type FeatureCollection Modifier and Type Method Description com.google.gson.JsonElementJsonFeatureSerializer. serialize(FeatureCollection featureCollection, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)voidFeatureBackupHandlerFile. write(FeatureCollection featureCollection)Constructors in io.getunleash.repository with parameters of type FeatureCollection Constructor Description ClientFeaturesResponse(FeatureToggleResponse.Status status, FeatureCollection featureCollection)FeatureBootstrapRead(FeatureCollection featureCollection)Constructor parameters in io.getunleash.repository with type arguments of type FeatureCollection Constructor Description FeatureRepository(UnleashConfig unleashConfig, BackupHandler<FeatureCollection> featureBackupHandler)FeatureRepository(UnleashConfig unleashConfig, BackupHandler<FeatureCollection> featureBackupHandler, EventDispatcher eventDispatcher, FeatureFetcher featureFetcher, FeatureBootstrapHandler featureBootstrapHandler)
-