Class ProdDiagnosisKeyBundler


  • @Profile("!demo")
    @Component
    public class ProdDiagnosisKeyBundler
    extends DiagnosisKeyBundler
    An instance of this class contains a collection of DiagnosisKeys, that will be distributed while respecting expiry policy (keys must be expired for a configurable amount of time before distribution) and shifting policy (there must be at least a configurable number of keys in a distribution). The policies are configurable through the properties expiry-policy-minutes and shifting-policy-threshold.