Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Created January 10, 2020 11:01
Show Gist options
  • Save brachi-wernick/fe4ccdaed2c1f965d82f0f0d11d75809 to your computer and use it in GitHub Desktop.
Save brachi-wernick/fe4ccdaed2c1f965d82f0f0d11d75809 to your computer and use it in GitHub Desktop.
FieldsConfigurationProvider
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