Uses of Class
org.togglz.spring.boot.actuate.autoconfigure.TogglzFeature
-
Packages that use TogglzFeature Package Description org.togglz.spring.boot.actuate org.togglz.spring.boot.actuate.autoconfigure -
-
Uses of TogglzFeature in org.togglz.spring.boot.actuate
Methods in org.togglz.spring.boot.actuate that return TogglzFeature Modifier and Type Method Description TogglzFeatureTogglzEndpoint. getFeature(String name)TogglzFeatureTogglzEndpoint. setFeatureState(String name, Boolean enabled, String strategy, String parameters)Allows to change the state of toggles via http post.Methods in org.togglz.spring.boot.actuate that return types with arguments of type TogglzFeature Modifier and Type Method Description List<TogglzFeature>TogglzEndpoint. getAllFeatures() -
Uses of TogglzFeature in org.togglz.spring.boot.actuate.autoconfigure
Methods in org.togglz.spring.boot.actuate.autoconfigure with parameters of type TogglzFeature Modifier and Type Method Description intTogglzFeature. compareTo(TogglzFeature o)
-