Class TLValidationJobAlerter

java.lang.Object
eu.europa.esig.dss.tsl.alerts.TLValidationJobAlerter

public class TLValidationJobAlerter extends Object
The class to process alerts on TLValidationJob
  • Constructor Details

    • TLValidationJobAlerter

      public TLValidationJobAlerter(List<Alert<LOTLInfo>> lotlAlerts, List<Alert<TLInfo>> tlAlerts)
      The constructor to instantiate a TLValidationJobAlerter
      Parameters:
      lotlAlerts - a list of LOTLAlerts to be applied on LOTL changes
      tlAlerts - a list of TLAlerts to be applied on TL changes
  • Method Details