Uses of Class
io.getunleash.repository.ToggleCollection
-
Packages that use ToggleCollection Package Description io.getunleash.event io.getunleash.repository -
-
Uses of ToggleCollection in io.getunleash.event
Methods in io.getunleash.event with parameters of type ToggleCollection Modifier and Type Method Description default voidUnleashSubscriber. toggleBackupRestored(ToggleCollection toggleCollection)default voidUnleashSubscriber. togglesBackedUp(ToggleCollection toggleCollection)default voidUnleashSubscriber. togglesBootstrapped(ToggleCollection toggleCollection) -
Uses of ToggleCollection in io.getunleash.repository
Methods in io.getunleash.repository that return ToggleCollection Modifier and Type Method Description ToggleCollectionJsonToggleCollectionDeserializer. deserialize(com.google.gson.JsonElement rootElement, Type type, com.google.gson.JsonDeserializationContext context)ToggleCollectionFeatureToggleResponse. getToggleCollection()ToggleCollectionToggleBootstrapHandler. parse(String jsonString)ToggleCollectionToggleBackupHandler. read()ToggleCollectionToggleBackupHandlerFile. read()ToggleCollectionToggleBootstrapHandler. read()Methods in io.getunleash.repository with parameters of type ToggleCollection Modifier and Type Method Description voidToggleBackupHandler. write(ToggleCollection toggleCollection)voidToggleBackupHandlerFile. write(ToggleCollection toggleCollection)Constructors in io.getunleash.repository with parameters of type ToggleCollection Constructor Description FeatureToggleResponse(FeatureToggleResponse.Status status, ToggleCollection toggleCollection)
-