All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.transferwise.tasks.helpers.IErrorLoggingThrottler Maven / Gradle / Ivy

There is a newer version: 1.43.0
Show newest version
package com.transferwise.tasks.helpers;

/**
 * Some errors can be very spammy on infrastructure failure. However they can also occur on misconfigurations and application owner would want to see,
 * that something is wrong. The compromise would be to log some errors down, but have them throttled.
 */
public interface IErrorLoggingThrottler {

  boolean canLogError();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy