Uses of Class
io.getunleash.repository.FeatureCollection
Packages that use FeatureCollection
-
Uses of FeatureCollection in io.getunleash.event
Methods in io.getunleash.event with parameters of type FeatureCollectionModifier and TypeMethodDescriptiondefault 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 FeatureCollectionModifier and TypeMethodDescriptionJsonFeaturesDeserializer.deserialize(com.google.gson.JsonElement rootElement, Type type, com.google.gson.JsonDeserializationContext context) FeatureBackupHandlerFile.read()FeatureBootstrapHandler.read()Methods in io.getunleash.repository with parameters of type FeatureCollectionModifier and TypeMethodDescriptioncom.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 FeatureCollectionModifierConstructorDescriptionClientFeaturesResponse(FeatureToggleResponse.Status status, FeatureCollection featureCollection) FeatureBootstrapRead(FeatureCollection featureCollection) Constructor parameters in io.getunleash.repository with type arguments of type FeatureCollectionModifierConstructorDescriptionFeatureRepository(UnleashConfig unleashConfig, BackupHandler<FeatureCollection> featureBackupHandler) protectedFeatureRepository(UnleashConfig unleashConfig, BackupHandler<FeatureCollection> featureBackupHandler, EventDispatcher eventDispatcher, FeatureFetcher featureFetcher, FeatureBootstrapHandler featureBootstrapHandler)