Created
January 10, 2020 11:01
-
-
Save brachi-wernick/fe4ccdaed2c1f965d82f0f0d11d75809 to your computer and use it in GitHub Desktop.
FieldsConfigurationProvider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class FieldsConfigurationProvider{ | |
private Logger logger = LoggerFactory.getLogger(FieldsConfigurationProvider.class); | |
private Long lastUpdateTime; | |
private FieldsConfiguration config; | |
private String bucketName; | |
private String filePath; | |
private long fieldsConfigLoadInterval; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment