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

com.fasterxml.clustermate.service.util.SimpleLogThrottler Maven / Gradle / Ivy

There is a newer version: 0.10.5
Show newest version
package com.fasterxml.clustermate.service.util;

import org.slf4j.Logger;

/**
 * @deprecated Use {@link com.fasterxml.storemate.store.util.SimpleLogThrottler} directly.
 */
@Deprecated
public class SimpleLogThrottler
    extends com.fasterxml.storemate.store.util.SimpleLogThrottler
{
    public SimpleLogThrottler(Logger logger, int msecsToThrottle) {
        super(logger, msecsToThrottle);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy