Class FeatureStateConverter


  • @Component
    public class FeatureStateConverter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void persistFeatureStateToS3​(org.togglz.core.repository.FeatureState featureState)  
      org.togglz.core.repository.FeatureState retrieveFeatureStateFromS3​(org.togglz.core.Feature feature)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeatureStateConverter

        @Autowired
        public FeatureStateConverter​(software.amazon.awssdk.services.s3.S3Client s3Client,
                                     S3TogglzProperties s3TogglzProperties)
    • Method Detail

      • retrieveFeatureStateFromS3

        public org.togglz.core.repository.FeatureState retrieveFeatureStateFromS3​(org.togglz.core.Feature feature)
      • persistFeatureStateToS3

        public void persistFeatureStateToS3​(org.togglz.core.repository.FeatureState featureState)